Html Css Color HEX #D81755 Ruby

📋 copy color: '#D81755'

red 216 ◦ green 23 ◦ blue 85

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

Shades of Ruby #D81755

Tints of Ruby #D81755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 66.67%
G = 7.1%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D81755 (or 0xD81755) is known color: Ruby. HEX triplet: D8, 17 and 55. RGB value is (216,23,85). Sum of RGB (Red+Green+Blue) = 216+23+85=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D81755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81755 is #27E8AA. Grayscale: #575757. Windows color (decimal): -2615467 or 5576664. OLE color: 5576664.

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

Color convert

RGB 216 23 85 -
CMYK 0 0.89 0.61 0.15
HSL 340.73º 0.81% 0.47% -
HSV(B) 340.73º 0.89% 0.85% -
XYZ 30.26 15.87 10.06 -
YUV 87.78 126.44 219.46 -
System Red Green Blue C M Y K H S L
Decimal 216 23 85 0 0.89 0.61 0.15 340.73 0.81 0.47
Hex D8 17 55 0 59 3D F 155 51 2F
Octal 330 27 125 0 131 75 17 525 121 57
Binary 11011000 10111 1010101 0 1011001 111101 1111 101010101 1010001 101111

Color Harmonies of #D81755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81755

Black with #D81755

Text Example


Text Example

White with #D81755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81755; }

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

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

background-color css

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

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

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

border-color css

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

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

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