Html Css Color HEX #D81E57 Ruby

📋 copy color: '#D81E57'

red 216 ◦ green 30 ◦ blue 87

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

Shades of Ruby #D81E57

Tints of Ruby #D81E57

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.01%

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

R = 64.86%
G = 9.01%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D81E57 (or 0xD81E57) is known color: Ruby. HEX triplet: D8, 1E and 57. RGB value is (216,30,87). Sum of RGB (Red+Green+Blue) = 216+30+87=333 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.86% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81E57 is #27E1A8. Grayscale: #5C5C5C. Windows color (decimal): -2613673 or 5709528. OLE color: 5709528.

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

Color convert

RGB 216 30 87 -
CMYK 0 0.86 0.60 0.15
HSL 341.61º 0.76% 0.48% -
HSV(B) 341.61º 0.86% 0.85% -
XYZ 30.5 16.22 10.54 -
YUV 92.11 125.12 216.37 -
System Red Green Blue C M Y K H S L
Decimal 216 30 87 0 0.86 0.60 0.15 341.61 0.76 0.48
Hex D8 1E 57 0 56 3C F 156 4C 30
Octal 330 36 127 0 126 74 17 526 114 60
Binary 11011000 11110 1010111 0 1010110 111100 1111 101010110 1001100 110000

Color Harmonies of #D81E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E57

Black with #D81E57

Text Example


Text Example

White with #D81E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E57; }

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

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

background-color css

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

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

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

border-color css

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

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

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