Html Css Color HEX #D81560 Ruby

📋 copy color: '#D81560'

red 216 ◦ green 21 ◦ blue 96

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

Shades of Ruby #D81560

Tints of Ruby #D81560

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.31%

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

R = 64.86%
G = 6.31%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D81560 (or 0xD81560) is known color: Ruby. HEX triplet: D8, 15 and 60. RGB value is (216,21,96). Sum of RGB (Red+Green+Blue) = 216+21+96=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D81560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81560 is #27EA9F. Grayscale: #575757. Windows color (decimal): -2615968 or 6297048. OLE color: 6297048.

HSL color Cylindrical-coordinate representation of color #D81560: hue angle of 336.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81560 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 21 96 -
CMYK 0 0.90 0.56 0.15
HSL 336.92º 0.82% 0.46% -
HSV(B) 336.92º 0.9% 0.85% -
XYZ 30.7 15.98 12.53 -
YUV 87.86 132.6 219.4 -
System Red Green Blue C M Y K H S L
Decimal 216 21 96 0 0.90 0.56 0.15 336.92 0.82 0.46
Hex D8 15 60 0 5A 38 F 151 52 2E
Octal 330 25 140 0 132 70 17 521 122 56
Binary 11011000 10101 1100000 0 1011010 111000 1111 101010001 1010010 101110

Color Harmonies of #D81560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81560

Black with #D81560

Text Example


Text Example

White with #D81560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81560; }

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

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

background-color css

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

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

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

border-color css

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

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

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