Html Css Color HEX #D81765 Ruby

📋 copy color: '#D81765'

red 216 ◦ green 23 ◦ blue 101

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

Shades of Ruby #D81765

Tints of Ruby #D81765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 63.53%
G = 6.76%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D81765 (or 0xD81765) is known color: Ruby. HEX triplet: D8, 17 and 65. RGB value is (216,23,101). Sum of RGB (Red+Green+Blue) = 216+23+101=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D81765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81765 is #27E89A. Grayscale: #595959. Windows color (decimal): -2615451 or 6625240. OLE color: 6625240.

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

Color convert

RGB 216 23 101 -
CMYK 0 0.89 0.53 0.15
HSL 335.75º 0.81% 0.47% -
HSV(B) 335.75º 0.89% 0.85% -
XYZ 30.97 16.15 13.8 -
YUV 89.6 134.44 218.16 -
System Red Green Blue C M Y K H S L
Decimal 216 23 101 0 0.89 0.53 0.15 335.75 0.81 0.47
Hex D8 17 65 0 59 35 F 150 51 2F
Octal 330 27 145 0 131 65 17 520 121 57
Binary 11011000 10111 1100101 0 1011001 110101 1111 101010000 1010001 101111

Color Harmonies of #D81765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81765

Black with #D81765

Text Example


Text Example

White with #D81765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81765; }

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

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

background-color css

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

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

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

border-color css

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

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

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