Html Css Color HEX #D21966 Ruby

📋 copy color: '#D21966'

red 210 ◦ green 25 ◦ blue 102

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

Shades of Ruby #D21966

Tints of Ruby #D21966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.42%

 BLUE value IS 102 (40.23% from 255) = 30.27%

R = 62.31%
G = 7.42%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D21966 (or 0xD21966) is known color: Ruby. HEX triplet: D2, 19 and 66. RGB value is (210,25,102). Sum of RGB (Red+Green+Blue) = 210+25+102=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D21966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21966 is #2DE699. Grayscale: #585858. Windows color (decimal): -3008154 or 6691282. OLE color: 6691282.

HSL color Cylindrical-coordinate representation of color #D21966: hue angle of 335.03º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21966 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 25 102 -
CMYK 0 0.88 0.51 0.18
HSL 335.03º 0.79% 0.46% -
HSV(B) 335.03º 0.88% 0.82% -
XYZ 29.32 15.36 13.99 -
YUV 89.09 135.29 214.24 -
System Red Green Blue C M Y K H S L
Decimal 210 25 102 0 0.88 0.51 0.18 335.03 0.79 0.46
Hex D2 19 66 0 58 33 12 14F 4F 2E
Octal 322 31 146 0 130 63 22 517 117 56
Binary 11010010 11001 1100110 0 1011000 110011 10010 101001111 1001111 101110

Color Harmonies of #D21966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21966

Black with #D21966

Text Example


Text Example

White with #D21966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21966; }

 p { color: rgb(210,25,102); }

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

background-color css

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

 a { background-color: rgb(210,25,102); }

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

border-color css

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

 span { border-color: rgb(210,25,102); }

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