Html Css Color HEX #D20C6D Ruby

📋 copy color: '#D20C6D'

red 210 ◦ green 12 ◦ blue 109

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

Shades of Ruby #D20C6D

Tints of Ruby #D20C6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.93%

R = 63.44%
G = 3.63%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D20C6D (or 0xD20C6D) is known color: Ruby. HEX triplet: D2, 0C and 6D. RGB value is (210,12,109). Sum of RGB (Red+Green+Blue) = 210+12+109=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C6D is #2DF392. Grayscale: #525252. Windows color (decimal): -3011475 or 7146706. OLE color: 7146706.

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

Color convert

RGB 210 12 109 -
CMYK 0 0.94 0.48 0.18
HSL 330.61º 0.89% 0.44% -
HSV(B) 330.61º 0.94% 0.82% -
XYZ 29.47 15.07 15.82 -
YUV 82.26 143.1 219.11 -
System Red Green Blue C M Y K H S L
Decimal 210 12 109 0 0.94 0.48 0.18 330.61 0.89 0.44
Hex D2 C 6D 0 5E 30 12 14B 59 2C
Octal 322 14 155 0 136 60 22 513 131 54
Binary 11010010 1100 1101101 0 1011110 110000 10010 101001011 1011001 101100

Color Harmonies of #D20C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C6D

Black with #D20C6D

Text Example


Text Example

White with #D20C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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