Html Css Color HEX #D81A57 Ruby

📋 copy color: '#D81A57'

red 216 ◦ green 26 ◦ blue 87

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

Shades of Ruby #D81A57

Tints of Ruby #D81A57

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.9%

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

R = 65.65%
G = 7.9%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D81A57 (or 0xD81A57) is known color: Ruby. HEX triplet: D8, 1A and 57. RGB value is (216,26,87). Sum of RGB (Red+Green+Blue) = 216+26+87=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 87 (34.38% from 255 or 26.44% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81A57 is #27E5A8. Grayscale: #595959. Windows color (decimal): -2614697 or 5708504. OLE color: 5708504.

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

Color convert

RGB 216 26 87 -
CMYK 0 0.88 0.60 0.15
HSL 340.74º 0.79% 0.47% -
HSV(B) 340.74º 0.88% 0.85% -
XYZ 30.41 16.03 10.51 -
YUV 89.76 126.45 218.04 -
System Red Green Blue C M Y K H S L
Decimal 216 26 87 0 0.88 0.60 0.15 340.74 0.79 0.47
Hex D8 1A 57 0 58 3C F 155 4F 2F
Octal 330 32 127 0 130 74 17 525 117 57
Binary 11011000 11010 1010111 0 1011000 111100 1111 101010101 1001111 101111

Color Harmonies of #D81A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A57

Black with #D81A57

Text Example


Text Example

White with #D81A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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