Html Css Color HEX #D80E63 Ruby

📋 copy color: '#D80E63'

red 216 ◦ green 14 ◦ blue 99

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

Shades of Ruby #D80E63

Tints of Ruby #D80E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.09%

R = 65.65%
G = 4.26%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D80E63 (or 0xD80E63) is known color: Ruby. HEX triplet: D8, 0E and 63. RGB value is (216,14,99). Sum of RGB (Red+Green+Blue) = 216+14+99=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80E63 is #27F19C. Grayscale: #535353. Windows color (decimal): -2617757 or 6491864. OLE color: 6491864.

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

Color convert

RGB 216 14 99 -
CMYK 0 0.94 0.54 0.15
HSL 334.75º 0.88% 0.45% -
HSV(B) 334.75º 0.94% 0.85% -
XYZ 30.73 15.81 13.24 -
YUV 84.09 136.42 222.09 -
System Red Green Blue C M Y K H S L
Decimal 216 14 99 0 0.94 0.54 0.15 334.75 0.88 0.45
Hex D8 E 63 0 5E 36 F 14F 58 2D
Octal 330 16 143 0 136 66 17 517 130 55
Binary 11011000 1110 1100011 0 1011110 110110 1111 101001111 1011000 101101

Color Harmonies of #D80E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80E63

Black with #D80E63

Text Example


Text Example

White with #D80E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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