Html Css Color HEX #D10C66 Ruby

📋 copy color: '#D10C66'

red 209 ◦ green 12 ◦ blue 102

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

Shades of Ruby #D10C66

Tints of Ruby #D10C66

RGB

 RED value IS 209 (82.03% from 255) = 64.71%

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

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

R = 64.71%
G = 3.72%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D10C66 (or 0xD10C66) is known color: Ruby. HEX triplet: D1, 0C and 66. RGB value is (209,12,102). Sum of RGB (Red+Green+Blue) = 209+12+102=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10C66 is #2EF399. Grayscale: #515151. Windows color (decimal): -3077018 or 6687953. OLE color: 6687953.

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

Color convert

RGB 209 12 102 -
CMYK 0 0.94 0.51 0.18
HSL 332.59º 0.89% 0.43% -
HSV(B) 332.59º 0.94% 0.82% -
XYZ 28.82 14.78 13.9 -
YUV 81.16 139.77 219.18 -
System Red Green Blue C M Y K H S L
Decimal 209 12 102 0 0.94 0.51 0.18 332.59 0.89 0.43
Hex D1 C 66 0 5E 33 12 14D 59 2B
Octal 321 14 146 0 136 63 22 515 131 53
Binary 11010001 1100 1100110 0 1011110 110011 10010 101001101 1011001 101011

Color Harmonies of #D10C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10C66

Black with #D10C66

Text Example


Text Example

White with #D10C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10C66; }

 p { color: rgb(209,12,102); }

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

background-color css

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

 a { background-color: rgb(209,12,102); }

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

border-color css

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

 span { border-color: rgb(209,12,102); }

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