Html Css Color HEX #D81761 Ruby

📋 copy color: '#D81761'

red 216 ◦ green 23 ◦ blue 97

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

Shades of Ruby #D81761

Tints of Ruby #D81761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.85%

 BLUE value IS 97 (38.28% from 255) = 28.87%

R = 64.29%
G = 6.85%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D81761 (or 0xD81761) is known color: Ruby. HEX triplet: D8, 17 and 61. RGB value is (216,23,97). Sum of RGB (Red+Green+Blue) = 216+23+97=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 97 (38.28% from 255 or 28.87% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D81761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81761 is #27E89E. Grayscale: #595959. Windows color (decimal): -2615455 or 6363096. OLE color: 6363096.

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

Color convert

RGB 216 23 97 -
CMYK 0 0.89 0.55 0.15
HSL 336.99º 0.81% 0.47% -
HSV(B) 336.99º 0.89% 0.85% -
XYZ 30.78 16.07 12.79 -
YUV 89.14 132.44 218.48 -
System Red Green Blue C M Y K H S L
Decimal 216 23 97 0 0.89 0.55 0.15 336.99 0.81 0.47
Hex D8 17 61 0 59 37 F 151 51 2F
Octal 330 27 141 0 131 67 17 521 121 57
Binary 11011000 10111 1100001 0 1011001 110111 1111 101010001 1010001 101111

Color Harmonies of #D81761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81761

Black with #D81761

Text Example


Text Example

White with #D81761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81761; }

 p { color: rgb(216,23,97); }

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

background-color css

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

 a { background-color: rgb(216,23,97); }

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

border-color css

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

 span { border-color: rgb(216,23,97); }

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