Html Css Color HEX #D81A59 Ruby

📋 copy color: '#D81A59'

red 216 ◦ green 26 ◦ blue 89

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

Shades of Ruby #D81A59

Tints of Ruby #D81A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.89%

R = 65.26%
G = 7.85%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D81A59 (or 0xD81A59) is known color: Ruby. HEX triplet: D8, 1A and 59. RGB value is (216,26,89). Sum of RGB (Red+Green+Blue) = 216+26+89=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81A59 is #27E5A6. Grayscale: #595959. Windows color (decimal): -2614695 or 5839576. OLE color: 5839576.

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

Color convert

RGB 216 26 89 -
CMYK 0 0.88 0.59 0.15
HSL 340.11º 0.79% 0.47% -
HSV(B) 340.11º 0.88% 0.85% -
XYZ 30.49 16.06 10.94 -
YUV 89.99 127.45 217.88 -
System Red Green Blue C M Y K H S L
Decimal 216 26 89 0 0.88 0.59 0.15 340.11 0.79 0.47
Hex D8 1A 59 0 58 3B F 154 4F 2F
Octal 330 32 131 0 130 73 17 524 117 57
Binary 11011000 11010 1011001 0 1011000 111011 1111 101010100 1001111 101111

Color Harmonies of #D81A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A59

Black with #D81A59

Text Example


Text Example

White with #D81A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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