Html Css Color HEX #D5115E Ruby

📋 copy color: '#D5115E'

red 213 ◦ green 17 ◦ blue 94

#D5115E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ruby #D5115E

Tints of Ruby #D5115E

RGB

 RED value IS 213 (83.59% from 255) = 65.74%

 GREEN value IS 17 (7.03% from 255) = 5.25%

 BLUE value IS 94 (37.11% from 255) = 29.01%

R = 65.74%
G = 5.25%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5115E (or 0xD5115E) is known color: Ruby. HEX triplet: D5, 11 and 5E. RGB value is (213,17,94). Sum of RGB (Red+Green+Blue) = 213+17+94=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5115E is #2AEEA1. Grayscale: #545454. Windows color (decimal): -2813602 or 6164949. OLE color: 6164949.

HSL color Cylindrical-coordinate representation of color #D5115E: hue angle of 336.43º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D5115E is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 17 94 -
CMYK 0 0.92 0.56 0.16
HSL 336.43º 0.85% 0.45% -
HSV(B) 336.43º 0.92% 0.84% -
XYZ 29.66 15.36 11.99 -
YUV 84.38 133.43 219.74 -
System Red Green Blue C M Y K H S L
Decimal 213 17 94 0 0.92 0.56 0.16 336.43 0.85 0.45
Hex D5 11 5E 0 5C 38 10 150 55 2D
Octal 325 21 136 0 134 70 20 520 125 55
Binary 11010101 10001 1011110 0 1011100 111000 10000 101010000 1010101 101101

Color Harmonies of #D5115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5115E

Black with #D5115E

Text Example


Text Example

White with #D5115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5115E; }

 p { color: rgb(213,17,94); }

 H1.HeaderClassName
 {
   color: #D5115E;
 }
 .AnyTagClassName
 {
   color: #D5115E;
 }
</style>

background-color css

<style>
 a { background-color: #D5115E; }

 a { background-color: rgb(213,17,94); }

 div.DivClassName
 {
   background-color: #D5115E;
 }
 .BgClassName
 {
   background-color: #D5115E;
 }
</style>

border-color css

<style>
 span { border-color: #D5115E; }

 span { border-color: rgb(213,17,94); }

 td.TdClassName
 {
   border-color: #D5115E;
 }
 .TagClassName
 {
   border-color: #D5115E;
 }
</style>