Html Css Color HEX #D20F56 Ruby

📋 copy color: '#D20F56'

red 210 ◦ green 15 ◦ blue 86

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

Shades of Ruby #D20F56

Tints of Ruby #D20F56

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.82%

 BLUE value IS 86 (33.98% from 255) = 27.65%

R = 67.52%
G = 4.82%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D20F56 (or 0xD20F56) is known color: Ruby. HEX triplet: D2, 0F and 56. RGB value is (210,15,86). Sum of RGB (Red+Green+Blue) = 210+15+86=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20F56 is #2DF0A9. Grayscale: #515151. Windows color (decimal): -3010730 or 5640146. OLE color: 5640146.

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

Color convert

RGB 210 15 86 -
CMYK 0 0.93 0.59 0.18
HSL 338.15º 0.87% 0.44% -
HSV(B) 338.15º 0.93% 0.82% -
XYZ 28.43 14.72 10.15 -
YUV 81.4 130.6 219.73 -
System Red Green Blue C M Y K H S L
Decimal 210 15 86 0 0.93 0.59 0.18 338.15 0.87 0.44
Hex D2 F 56 0 5D 3B 12 152 57 2C
Octal 322 17 126 0 135 73 22 522 127 54
Binary 11010010 1111 1010110 0 1011101 111011 10010 101010010 1010111 101100

Color Harmonies of #D20F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20F56

Black with #D20F56

Text Example


Text Example

White with #D20F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20F56; }

 p { color: rgb(210,15,86); }

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

background-color css

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

 a { background-color: rgb(210,15,86); }

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

border-color css

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

 span { border-color: rgb(210,15,86); }

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