Html Css Color HEX #D00A60 Ruby

📋 copy color: '#D00A60'

red 208 ◦ green 10 ◦ blue 96

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

Shades of Ruby #D00A60

Tints of Ruby #D00A60

RGB

 RED value IS 208 (81.64% from 255) = 66.24%

 GREEN value IS 10 (4.3% from 255) = 3.18%

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

R = 66.24%
G = 3.18%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D00A60 (or 0xD00A60) is known color: Ruby. HEX triplet: D0, 0A and 60. RGB value is (208,10,96). Sum of RGB (Red+Green+Blue) = 208+10+96=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D00A60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D00A60 is #2FF59F. Grayscale: #4E4E4E. Windows color (decimal): -3143072 or 6294224. OLE color: 6294224.

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

Color convert

RGB 208 10 96 -
CMYK 0 0.95 0.54 0.18
HSL 333.94º 0.91% 0.43% -
HSV(B) 333.94º 0.95% 0.82% -
XYZ 28.23 14.47 12.37 -
YUV 79.01 137.6 220.01 -
System Red Green Blue C M Y K H S L
Decimal 208 10 96 0 0.95 0.54 0.18 333.94 0.91 0.43
Hex D0 A 60 0 5F 36 12 14E 5B 2B
Octal 320 12 140 0 137 66 22 516 133 53
Binary 11010000 1010 1100000 0 1011111 110110 10010 101001110 1011011 101011

Color Harmonies of #D00A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00A60

Black with #D00A60

Text Example


Text Example

White with #D00A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00A60; }

 p { color: rgb(208,10,96); }

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

background-color css

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

 a { background-color: rgb(208,10,96); }

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

border-color css

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

 span { border-color: rgb(208,10,96); }

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