Html Css Color HEX #D20C6C Ruby

📋 copy color: '#D20C6C'

red 210 ◦ green 12 ◦ blue 108

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

Shades of Ruby #D20C6C

Tints of Ruby #D20C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 63.64%
G = 3.64%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D20C6C (or 0xD20C6C) is known color: Ruby. HEX triplet: D2, 0C and 6C. RGB value is (210,12,108). Sum of RGB (Red+Green+Blue) = 210+12+108=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C6C is #2DF393. Grayscale: #515151. Windows color (decimal): -3011476 or 7081170. OLE color: 7081170.

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

Color convert

RGB 210 12 108 -
CMYK 0 0.94 0.49 0.18
HSL 330.91º 0.89% 0.44% -
HSV(B) 330.91º 0.94% 0.82% -
XYZ 29.42 15.05 15.54 -
YUV 82.15 142.6 219.19 -
System Red Green Blue C M Y K H S L
Decimal 210 12 108 0 0.94 0.49 0.18 330.91 0.89 0.44
Hex D2 C 6C 0 5E 31 12 14B 59 2C
Octal 322 14 154 0 136 61 22 513 131 54
Binary 11010010 1100 1101100 0 1011110 110001 10010 101001011 1011001 101100

Color Harmonies of #D20C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C6C

Black with #D20C6C

Text Example


Text Example

White with #D20C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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