Html Css Color HEX #D10D66 Ruby

📋 copy color: '#D10D66'

red 209 ◦ green 13 ◦ blue 102

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

Shades of Ruby #D10D66

Tints of Ruby #D10D66

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.01%

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

R = 64.51%
G = 4.01%
B = 31.48%

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

#D10D66 (or 0xD10D66) is known color: Ruby. HEX triplet: D1, 0D and 66. RGB value is (209,13,102). Sum of RGB (Red+Green+Blue) = 209+13+102=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10D66 is #2EF299. Grayscale: #515151. Windows color (decimal): -3076762 or 6688209. OLE color: 6688209.

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

Color convert

RGB 209 13 102 -
CMYK 0 0.94 0.51 0.18
HSL 332.76º 0.88% 0.44% -
HSV(B) 332.76º 0.94% 0.82% -
XYZ 28.84 14.8 13.91 -
YUV 81.75 139.43 218.76 -
System Red Green Blue C M Y K H S L
Decimal 209 13 102 0 0.94 0.51 0.18 332.76 0.88 0.44
Hex D1 D 66 0 5E 33 12 14D 58 2C
Octal 321 15 146 0 136 63 22 515 130 54
Binary 11010001 1101 1100110 0 1011110 110011 10010 101001101 1011000 101100

Color Harmonies of #D10D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D66

Black with #D10D66

Text Example


Text Example

White with #D10D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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