Html Css Color HEX #D80E56 Ruby

📋 copy color: '#D80E56'

red 216 ◦ green 14 ◦ blue 86

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

Shades of Ruby #D80E56

Tints of Ruby #D80E56

RGB

 RED value IS 216 (84.77% from 255) = 68.35%

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

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

R = 68.35%
G = 4.43%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D80E56 (or 0xD80E56) is known color: Ruby. HEX triplet: D8, 0E and 56. RGB value is (216,14,86). Sum of RGB (Red+Green+Blue) = 216+14+86=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80E56 is #27F1A9. Grayscale: #525252. Windows color (decimal): -2617770 or 5639896. OLE color: 5639896.

HSL color Cylindrical-coordinate representation of color #D80E56: hue angle of 338.61º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80E56 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 14 86 -
CMYK 0 0.94 0.60 0.15
HSL 338.61º 0.88% 0.45% -
HSV(B) 338.61º 0.94% 0.85% -
XYZ 30.16 15.58 10.22 -
YUV 82.61 129.92 223.15 -
System Red Green Blue C M Y K H S L
Decimal 216 14 86 0 0.94 0.60 0.15 338.61 0.88 0.45
Hex D8 E 56 0 5E 3C F 153 58 2D
Octal 330 16 126 0 136 74 17 523 130 55
Binary 11011000 1110 1010110 0 1011110 111100 1111 101010011 1011000 101101

Color Harmonies of #D80E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E56

Black with #D80E56

Text Example


Text Example

White with #D80E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E56; }

 p { color: rgb(216,14,86); }

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

background-color css

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

 a { background-color: rgb(216,14,86); }

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

border-color css

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

 span { border-color: rgb(216,14,86); }

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