Html Css Color HEX #D10D60 Ruby

📋 copy color: '#D10D60'

red 209 ◦ green 13 ◦ blue 96

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

Shades of Ruby #D10D60

Tints of Ruby #D10D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.19%

R = 65.72%
G = 4.09%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D10D60 (or 0xD10D60) is known color: Ruby. HEX triplet: D1, 0D and 60. RGB value is (209,13,96). Sum of RGB (Red+Green+Blue) = 209+13+96=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D10D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10D60 is #2EF29F. Grayscale: #505050. Windows color (decimal): -3076768 or 6294993. OLE color: 6294993.

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

Color convert

RGB 209 13 96 -
CMYK 0 0.94 0.54 0.18
HSL 334.59º 0.88% 0.44% -
HSV(B) 334.59º 0.94% 0.82% -
XYZ 28.55 14.69 12.4 -
YUV 81.07 136.43 219.25 -
System Red Green Blue C M Y K H S L
Decimal 209 13 96 0 0.94 0.54 0.18 334.59 0.88 0.44
Hex D1 D 60 0 5E 36 12 14F 58 2C
Octal 321 15 140 0 136 66 22 517 130 54
Binary 11010001 1101 1100000 0 1011110 110110 10010 101001111 1011000 101100

Color Harmonies of #D10D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10D60

Black with #D10D60

Text Example


Text Example

White with #D10D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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