Html Css Color HEX #D20D55 Ruby

📋 copy color: '#D20D55'

red 210 ◦ green 13 ◦ blue 85

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

Shades of Ruby #D20D55

Tints of Ruby #D20D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.6%

R = 68.18%
G = 4.22%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D20D55 (or 0xD20D55) is known color: Ruby. HEX triplet: D2, 0D and 55. RGB value is (210,13,85). Sum of RGB (Red+Green+Blue) = 210+13+85=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20D55 is #2DF2AA. Grayscale: #505050. Windows color (decimal): -3011243 or 5574098. OLE color: 5574098.

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

Color convert

RGB 210 13 85 -
CMYK 0 0.94 0.60 0.18
HSL 338.07º 0.88% 0.44% -
HSV(B) 338.07º 0.94% 0.82% -
XYZ 28.36 14.65 9.93 -
YUV 80.11 130.77 220.65 -
System Red Green Blue C M Y K H S L
Decimal 210 13 85 0 0.94 0.60 0.18 338.07 0.88 0.44
Hex D2 D 55 0 5E 3C 12 152 58 2C
Octal 322 15 125 0 136 74 22 522 130 54
Binary 11010010 1101 1010101 0 1011110 111100 10010 101010010 1011000 101100

Color Harmonies of #D20D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20D55

Black with #D20D55

Text Example


Text Example

White with #D20D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20D55; }

 p { color: rgb(210,13,85); }

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

background-color css

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

 a { background-color: rgb(210,13,85); }

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

border-color css

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

 span { border-color: rgb(210,13,85); }

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