Html Css Color HEX #D85565 Cabaret

📋 copy color: '#D85565'

red 216 ◦ green 85 ◦ blue 101

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

Shades of Cabaret #D85565

Tints of Cabaret #D85565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.14%

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

R = 53.73%
G = 21.14%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D85565 (or 0xD85565) is known color: Cabaret. HEX triplet: D8, 55 and 65. RGB value is (216,85,101). Sum of RGB (Red+Green+Blue) = 216+85+101=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D85565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85565 is #27AA9A. Grayscale: #7E7E7E. Windows color (decimal): -2599579 or 6641112. OLE color: 6641112.

HSL color Cylindrical-coordinate representation of color #D85565: hue angle of 352.67º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D85565 is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 85 101 -
CMYK 0 0.61 0.53 0.15
HSL 352.67º 0.63% 0.59% -
HSV(B) 352.67º 0.61% 0.85% -
XYZ 33.92 22.04 14.78 -
YUV 125.99 113.9 192.2 -
System Red Green Blue C M Y K H S L
Decimal 216 85 101 0 0.61 0.53 0.15 352.67 0.63 0.59
Hex D8 55 65 0 3D 35 F 161 3F 3B
Octal 330 125 145 0 75 65 17 541 77 73
Binary 11011000 1010101 1100101 0 111101 110101 1111 101100001 111111 111011

Color Harmonies of #D85565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85565

Black with #D85565

Text Example


Text Example

White with #D85565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85565; }

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

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

background-color css

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

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

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

border-color css

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

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

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