Html Css Color HEX #D81557 Ruby

📋 copy color: '#D81557'

red 216 ◦ green 21 ◦ blue 87

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

Shades of Ruby #D81557

Tints of Ruby #D81557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.85%

R = 66.67%
G = 6.48%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D81557 (or 0xD81557) is known color: Ruby. HEX triplet: D8, 15 and 57. RGB value is (216,21,87). Sum of RGB (Red+Green+Blue) = 216+21+87=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 87 (34.38% from 255 or 26.85% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D81557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81557 is #27EAA8. Grayscale: #565656. Windows color (decimal): -2615977 or 5707224. OLE color: 5707224.

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

Color convert

RGB 216 21 87 -
CMYK 0 0.90 0.60 0.15
HSL 339.69º 0.82% 0.46% -
HSV(B) 339.69º 0.9% 0.85% -
XYZ 30.31 15.82 10.47 -
YUV 86.83 128.1 220.13 -
System Red Green Blue C M Y K H S L
Decimal 216 21 87 0 0.90 0.60 0.15 339.69 0.82 0.46
Hex D8 15 57 0 5A 3C F 154 52 2E
Octal 330 25 127 0 132 74 17 524 122 56
Binary 11011000 10101 1010111 0 1011010 111100 1111 101010100 1010010 101110

Color Harmonies of #D81557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81557

Black with #D81557

Text Example


Text Example

White with #D81557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81557; }

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

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

background-color css

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

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

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

border-color css

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

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

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