Html Css Color HEX #D80E6E Ruby

📋 copy color: '#D80E6E'

red 216 ◦ green 14 ◦ blue 110

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

Shades of Ruby #D80E6E

Tints of Ruby #D80E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 63.53%
G = 4.12%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D80E6E (or 0xD80E6E) is known color: Ruby. HEX triplet: D8, 0E and 6E. RGB value is (216,14,110). Sum of RGB (Red+Green+Blue) = 216+14+110=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 14 (5.86% from 255 or 4.12% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80E6E is #27F191. Grayscale: #555555. Windows color (decimal): -2617746 or 7212760. OLE color: 7212760.

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

Color convert

RGB 216 14 110 -
CMYK 0 0.94 0.49 0.15
HSL 331.49º 0.88% 0.45% -
HSV(B) 331.49º 0.94% 0.85% -
XYZ 31.29 16.04 16.2 -
YUV 85.34 141.92 221.19 -
System Red Green Blue C M Y K H S L
Decimal 216 14 110 0 0.94 0.49 0.15 331.49 0.88 0.45
Hex D8 E 6E 0 5E 31 F 14B 58 2D
Octal 330 16 156 0 136 61 17 513 130 55
Binary 11011000 1110 1101110 0 1011110 110001 1111 101001011 1011000 101101

Color Harmonies of #D80E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E6E

Black with #D80E6E

Text Example


Text Example

White with #D80E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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