Html Css Color HEX #D20E5A Ruby

📋 copy color: '#D20E5A'

red 210 ◦ green 14 ◦ blue 90

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

Shades of Ruby #D20E5A

Tints of Ruby #D20E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.66%

R = 66.88%
G = 4.46%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D20E5A (or 0xD20E5A) is known color: Ruby. HEX triplet: D2, 0E and 5A. RGB value is (210,14,90). Sum of RGB (Red+Green+Blue) = 210+14+90=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20E5A is #2DF1A5. Grayscale: #515151. Windows color (decimal): -3010982 or 5902034. OLE color: 5902034.

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

Color convert

RGB 210 14 90 -
CMYK 0 0.93 0.57 0.18
HSL 336.73º 0.88% 0.44% -
HSV(B) 336.73º 0.93% 0.82% -
XYZ 28.58 14.75 11.01 -
YUV 81.27 132.93 219.82 -
System Red Green Blue C M Y K H S L
Decimal 210 14 90 0 0.93 0.57 0.18 336.73 0.88 0.44
Hex D2 E 5A 0 5D 39 12 151 58 2C
Octal 322 16 132 0 135 71 22 521 130 54
Binary 11010010 1110 1011010 0 1011101 111001 10010 101010001 1011000 101100

Color Harmonies of #D20E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20E5A

Black with #D20E5A

Text Example


Text Example

White with #D20E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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