Html Css Color HEX #D20E60 Ruby

📋 copy color: '#D20E60'

red 210 ◦ green 14 ◦ blue 96

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

Shades of Ruby #D20E60

Tints of Ruby #D20E60

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.38%

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

R = 65.63%
G = 4.38%
B = 30%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D20E60 (or 0xD20E60) is known color: Ruby. HEX triplet: D2, 0E and 60. RGB value is (210,14,96). Sum of RGB (Red+Green+Blue) = 210+14+96=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20E60 is #2DF19F. Grayscale: #515151. Windows color (decimal): -3010976 or 6295250. OLE color: 6295250.

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

Color convert

RGB 210 14 96 -
CMYK 0 0.93 0.54 0.18
HSL 334.9º 0.88% 0.44% -
HSV(B) 334.9º 0.93% 0.82% -
XYZ 28.85 14.86 12.41 -
YUV 81.95 135.93 219.33 -
System Red Green Blue C M Y K H S L
Decimal 210 14 96 0 0.93 0.54 0.18 334.9 0.88 0.44
Hex D2 E 60 0 5D 36 12 14F 58 2C
Octal 322 16 140 0 135 66 22 517 130 54
Binary 11010010 1110 1100000 0 1011101 110110 10010 101001111 1011000 101100

Color Harmonies of #D20E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E60

Black with #D20E60

Text Example


Text Example

White with #D20E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E60; }

 p { color: rgb(210,14,96); }

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

background-color css

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

 a { background-color: rgb(210,14,96); }

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

border-color css

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

 span { border-color: rgb(210,14,96); }

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