Html Css Color HEX #D81860 Ruby

📋 copy color: '#D81860'

red 216 ◦ green 24 ◦ blue 96

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

Shades of Ruby #D81860

Tints of Ruby #D81860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.14%

 BLUE value IS 96 (37.89% from 255) = 28.57%

R = 64.29%
G = 7.14%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D81860 (or 0xD81860) is known color: Ruby. HEX triplet: D8, 18 and 60. RGB value is (216,24,96). Sum of RGB (Red+Green+Blue) = 216+24+96=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D81860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81860 is #27E79F. Grayscale: #595959. Windows color (decimal): -2615200 or 6297816. OLE color: 6297816.

HSL color Cylindrical-coordinate representation of color #D81860: hue angle of 337.5º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D81860 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 24 96 -
CMYK 0 0.89 0.56 0.15
HSL 337.5º 0.8% 0.47% -
HSV(B) 337.5º 0.89% 0.85% -
XYZ 30.76 16.1 12.55 -
YUV 89.62 131.61 218.15 -
System Red Green Blue C M Y K H S L
Decimal 216 24 96 0 0.89 0.56 0.15 337.5 0.8 0.47
Hex D8 18 60 0 59 38 F 152 50 2F
Octal 330 30 140 0 131 70 17 522 120 57
Binary 11011000 11000 1100000 0 1011001 111000 1111 101010010 1010000 101111

Color Harmonies of #D81860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81860

Black with #D81860

Text Example


Text Example

White with #D81860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81860; }

 p { color: rgb(216,24,96); }

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

background-color css

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

 a { background-color: rgb(216,24,96); }

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

border-color css

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

 span { border-color: rgb(216,24,96); }

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