Html Css Color HEX #D20E71 Ruby

📋 copy color: '#D20E71'

red 210 ◦ green 14 ◦ blue 113

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

Shades of Ruby #D20E71

Tints of Ruby #D20E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 62.31%
G = 4.15%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D20E71 (or 0xD20E71) is known color: Ruby. HEX triplet: D2, 0E and 71. RGB value is (210,14,113). Sum of RGB (Red+Green+Blue) = 210+14+113=337 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.31% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20E71 is #2DF18E. Grayscale: #535353. Windows color (decimal): -3010959 or 7409362. OLE color: 7409362.

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

Color convert

RGB 210 14 113 -
CMYK 0 0.93 0.46 0.18
HSL 329.69º 0.88% 0.44% -
HSV(B) 329.69º 0.93% 0.82% -
XYZ 29.72 15.21 16.99 -
YUV 83.89 144.43 217.95 -
System Red Green Blue C M Y K H S L
Decimal 210 14 113 0 0.93 0.46 0.18 329.69 0.88 0.44
Hex D2 E 71 0 5D 2E 12 14A 58 2C
Octal 322 16 161 0 135 56 22 512 130 54
Binary 11010010 1110 1110001 0 1011101 101110 10010 101001010 1011000 101100

Color Harmonies of #D20E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E71

Black with #D20E71

Text Example


Text Example

White with #D20E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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