Html Css Color HEX #D80C5A Ruby

📋 copy color: '#D80C5A'

red 216 ◦ green 12 ◦ blue 90

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

Shades of Ruby #D80C5A

Tints of Ruby #D80C5A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.77%

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

R = 67.92%
G = 3.77%
B = 28.3%

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

#D80C5A (or 0xD80C5A) is known color: Ruby. HEX triplet: D8, 0C and 5A. RGB value is (216,12,90). Sum of RGB (Red+Green+Blue) = 216+12+90=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C5A is #27F3A5. Grayscale: #515151. Windows color (decimal): -2618278 or 5901528. OLE color: 5901528.

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

Color convert

RGB 216 12 90 -
CMYK 0 0.94 0.58 0.15
HSL 337.06º 0.89% 0.45% -
HSV(B) 337.06º 0.94% 0.85% -
XYZ 30.3 15.6 11.09 -
YUV 81.89 132.59 223.66 -
System Red Green Blue C M Y K H S L
Decimal 216 12 90 0 0.94 0.58 0.15 337.06 0.89 0.45
Hex D8 C 5A 0 5E 3A F 151 59 2D
Octal 330 14 132 0 136 72 17 521 131 55
Binary 11011000 1100 1011010 0 1011110 111010 1111 101010001 1011001 101101

Color Harmonies of #D80C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C5A

Black with #D80C5A

Text Example


Text Example

White with #D80C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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