Html Css Color HEX #D20C5C Ruby

📋 copy color: '#D20C5C'

red 210 ◦ green 12 ◦ blue 92

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

Shades of Ruby #D20C5C

Tints of Ruby #D20C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.3%

R = 66.88%
G = 3.82%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D20C5C (or 0xD20C5C) is known color: Ruby. HEX triplet: D2, 0C and 5C. RGB value is (210,12,92). Sum of RGB (Red+Green+Blue) = 210+12+92=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C5C is #2DF3A3. Grayscale: #505050. Windows color (decimal): -3011492 or 6032594. OLE color: 6032594.

HSL color Cylindrical-coordinate representation of color #D20C5C: hue angle of 335.76º 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 #D20C5C is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 12 92 -
CMYK 0 0.94 0.56 0.18
HSL 335.76º 0.89% 0.44% -
HSV(B) 335.76º 0.94% 0.82% -
XYZ 28.64 14.74 11.46 -
YUV 80.32 134.6 220.5 -
System Red Green Blue C M Y K H S L
Decimal 210 12 92 0 0.94 0.56 0.18 335.76 0.89 0.44
Hex D2 C 5C 0 5E 38 12 150 59 2C
Octal 322 14 134 0 136 70 22 520 131 54
Binary 11010010 1100 1011100 0 1011110 111000 10010 101010000 1011001 101100

Color Harmonies of #D20C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C5C

Black with #D20C5C

Text Example


Text Example

White with #D20C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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