Html Css Color HEX #D80E55 Ruby

📋 copy color: '#D80E55'

red 216 ◦ green 14 ◦ blue 85

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

Shades of Ruby #D80E55

Tints of Ruby #D80E55

RGB

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

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

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

R = 68.57%
G = 4.44%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D80E55 (or 0xD80E55) is known color: Ruby. HEX triplet: D8, 0E and 55. RGB value is (216,14,85). Sum of RGB (Red+Green+Blue) = 216+14+85=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80E55 is #27F1AA. Grayscale: #525252. Windows color (decimal): -2617771 or 5574360. OLE color: 5574360.

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

Color convert

RGB 216 14 85 -
CMYK 0 0.94 0.61 0.15
HSL 338.91º 0.88% 0.45% -
HSV(B) 338.91º 0.94% 0.85% -
XYZ 30.12 15.57 10.01 -
YUV 82.49 129.42 223.23 -
System Red Green Blue C M Y K H S L
Decimal 216 14 85 0 0.94 0.61 0.15 338.91 0.88 0.45
Hex D8 E 55 0 5E 3D F 153 58 2D
Octal 330 16 125 0 136 75 17 523 130 55
Binary 11011000 1110 1010101 0 1011110 111101 1111 101010011 1011000 101101

Color Harmonies of #D80E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E55

Black with #D80E55

Text Example


Text Example

White with #D80E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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