Html Css Color HEX #D80D5A Ruby

📋 copy color: '#D80D5A'

red 216 ◦ green 13 ◦ blue 90

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

Shades of Ruby #D80D5A

Tints of Ruby #D80D5A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.08%

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 67.71%
G = 4.08%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D80D5A (or 0xD80D5A) is known color: Ruby. HEX triplet: D8, 0D and 5A. RGB value is (216,13,90). Sum of RGB (Red+Green+Blue) = 216+13+90=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80D5A is #27F2A5. Grayscale: #525252. Windows color (decimal): -2618022 or 5901784. OLE color: 5901784.

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

Color convert

RGB 216 13 90 -
CMYK 0 0.94 0.58 0.15
HSL 337.24º 0.89% 0.45% -
HSV(B) 337.24º 0.94% 0.85% -
XYZ 30.31 15.62 11.09 -
YUV 82.48 132.25 223.24 -
System Red Green Blue C M Y K H S L
Decimal 216 13 90 0 0.94 0.58 0.15 337.24 0.89 0.45
Hex D8 D 5A 0 5E 3A F 151 59 2D
Octal 330 15 132 0 136 72 17 521 131 55
Binary 11011000 1101 1011010 0 1011110 111010 1111 101010001 1011001 101101

Color Harmonies of #D80D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80D5A

Black with #D80D5A

Text Example


Text Example

White with #D80D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80D5A; }

 p { color: rgb(216,13,90); }

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

background-color css

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

 a { background-color: rgb(216,13,90); }

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

border-color css

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

 span { border-color: rgb(216,13,90); }

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