Html Css Color HEX #D80F5D Ruby

📋 copy color: '#D80F5D'

red 216 ◦ green 15 ◦ blue 93

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

Shades of Ruby #D80F5D

Tints of Ruby #D80F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.63%

 BLUE value IS 93 (36.72% from 255) = 28.7%

R = 66.67%
G = 4.63%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D80F5D (or 0xD80F5D) is known color: Ruby. HEX triplet: D8, 0F and 5D. RGB value is (216,15,93). Sum of RGB (Red+Green+Blue) = 216+15+93=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80F5D is #27F0A2. Grayscale: #535353. Windows color (decimal): -2617507 or 6098904. OLE color: 6098904.

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

Color convert

RGB 216 15 93 -
CMYK 0 0.93 0.57 0.15
HSL 336.72º 0.87% 0.45% -
HSV(B) 336.72º 0.93% 0.85% -
XYZ 30.47 15.73 11.79 -
YUV 83.99 133.09 222.16 -
System Red Green Blue C M Y K H S L
Decimal 216 15 93 0 0.93 0.57 0.15 336.72 0.87 0.45
Hex D8 F 5D 0 5D 39 F 151 57 2D
Octal 330 17 135 0 135 71 17 521 127 55
Binary 11011000 1111 1011101 0 1011101 111001 1111 101010001 1010111 101101

Color Harmonies of #D80F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F5D

Black with #D80F5D

Text Example


Text Example

White with #D80F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F5D; }

 p { color: rgb(216,15,93); }

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

background-color css

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

 a { background-color: rgb(216,15,93); }

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

border-color css

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

 span { border-color: rgb(216,15,93); }

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