Html Css Color HEX #D20C57 Ruby

📋 copy color: '#D20C57'

red 210 ◦ green 12 ◦ blue 87

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

Shades of Ruby #D20C57

Tints of Ruby #D20C57

RGB

 RED value IS 210 (82.42% from 255) = 67.96%

 GREEN value IS 12 (5.08% from 255) = 3.88%

 BLUE value IS 87 (34.38% from 255) = 28.16%

R = 67.96%
G = 3.88%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D20C57 (or 0xD20C57) is known color: Ruby. HEX triplet: D2, 0C and 57. RGB value is (210,12,87). Sum of RGB (Red+Green+Blue) = 210+12+87=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C57 is #2DF3A8. Grayscale: #4F4F4F. Windows color (decimal): -3011497 or 5704914. OLE color: 5704914.

HSL color Cylindrical-coordinate representation of color #D20C57: hue angle of 337.27º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20C57 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 12 87 -
CMYK 0 0.94 0.59 0.18
HSL 337.27º 0.89% 0.44% -
HSV(B) 337.27º 0.94% 0.82% -
XYZ 28.43 14.65 10.35 -
YUV 79.75 132.1 220.9 -
System Red Green Blue C M Y K H S L
Decimal 210 12 87 0 0.94 0.59 0.18 337.27 0.89 0.44
Hex D2 C 57 0 5E 3B 12 151 59 2C
Octal 322 14 127 0 136 73 22 521 131 54
Binary 11010010 1100 1010111 0 1011110 111011 10010 101010001 1011001 101100

Color Harmonies of #D20C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C57

Black with #D20C57

Text Example


Text Example

White with #D20C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C57; }

 p { color: rgb(210,12,87); }

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

background-color css

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

 a { background-color: rgb(210,12,87); }

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

border-color css

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

 span { border-color: rgb(210,12,87); }

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