Html Css Color HEX #D85A71 Cabaret

📋 copy color: '#D85A71'

red 216 ◦ green 90 ◦ blue 113

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

Shades of Cabaret #D85A71

Tints of Cabaret #D85A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.48%

 BLUE value IS 113 (44.53% from 255) = 26.97%

R = 51.55%
G = 21.48%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D85A71 (or 0xD85A71) is known color: Cabaret. HEX triplet: D8, 5A and 71. RGB value is (216,90,113). Sum of RGB (Red+Green+Blue) = 216+90+113=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A71 is #27A58E. Grayscale: #828282. Windows color (decimal): -2598287 or 7428824. OLE color: 7428824.

HSL color Cylindrical-coordinate representation of color #D85A71: hue angle of 349.05º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A71 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 90 113 -
CMYK 0 0.58 0.48 0.15
HSL 349.05º 0.62% 0.6% -
HSV(B) 349.05º 0.58% 0.85% -
XYZ 34.96 23.1 18.24 -
YUV 130.3 118.24 189.13 -
System Red Green Blue C M Y K H S L
Decimal 216 90 113 0 0.58 0.48 0.15 349.05 0.62 0.6
Hex D8 5A 71 0 3A 30 F 15D 3E 3C
Octal 330 132 161 0 72 60 17 535 76 74
Binary 11011000 1011010 1110001 0 111010 110000 1111 101011101 111110 111100

Color Harmonies of #D85A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A71

Black with #D85A71

Text Example


Text Example

White with #D85A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A71; }

 p { color: rgb(216,90,113); }

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

background-color css

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

 a { background-color: rgb(216,90,113); }

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

border-color css

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

 span { border-color: rgb(216,90,113); }

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