Html Css Color HEX #D80A5C Ruby

📋 copy color: '#D80A5C'

red 216 ◦ green 10 ◦ blue 92

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

Shades of Ruby #D80A5C

Tints of Ruby #D80A5C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.14%

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 67.92%
G = 3.14%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D80A5C (or 0xD80A5C) is known color: Ruby. HEX triplet: D8, 0A and 5C. RGB value is (216,10,92). Sum of RGB (Red+Green+Blue) = 216+10+92=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D80A5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80A5C is #27F5A3. Grayscale: #505050. Windows color (decimal): -2618788 or 6032088. OLE color: 6032088.

HSL color Cylindrical-coordinate representation of color #D80A5C: hue angle of 336.12º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80A5C is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 10 92 -
CMYK 0 0.95 0.57 0.15
HSL 336.12º 0.91% 0.44% -
HSV(B) 336.12º 0.95% 0.85% -
XYZ 30.36 15.59 11.53 -
YUV 80.94 134.25 224.33 -
System Red Green Blue C M Y K H S L
Decimal 216 10 92 0 0.95 0.57 0.15 336.12 0.91 0.44
Hex D8 A 5C 0 5F 39 F 150 5B 2C
Octal 330 12 134 0 137 71 17 520 133 54
Binary 11011000 1010 1011100 0 1011111 111001 1111 101010000 1011011 101100

Color Harmonies of #D80A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80A5C

Black with #D80A5C

Text Example


Text Example

White with #D80A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80A5C; }

 p { color: rgb(216,10,92); }

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

background-color css

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

 a { background-color: rgb(216,10,92); }

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

border-color css

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

 span { border-color: rgb(216,10,92); }

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