Html Css Color HEX #D85D71 Cabaret

📋 copy color: '#D85D71'

red 216 ◦ green 93 ◦ blue 113

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

Shades of Cabaret #D85D71

Tints of Cabaret #D85D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.04%

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

R = 51.18%
G = 22.04%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D85D71 (or 0xD85D71) is known color: Cabaret. HEX triplet: D8, 5D and 71. RGB value is (216,93,113). Sum of RGB (Red+Green+Blue) = 216+93+113=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D71 is #27A28E. Grayscale: #848484. Windows color (decimal): -2597519 or 7429592. OLE color: 7429592.

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

Color convert

RGB 216 93 113 -
CMYK 0 0.57 0.48 0.15
HSL 350.24º 0.61% 0.61% -
HSV(B) 350.24º 0.57% 0.85% -
XYZ 35.21 23.62 18.33 -
YUV 132.06 117.25 187.87 -
System Red Green Blue C M Y K H S L
Decimal 216 93 113 0 0.57 0.48 0.15 350.24 0.61 0.61
Hex D8 5D 71 0 39 30 F 15E 3D 3D
Octal 330 135 161 0 71 60 17 536 75 75
Binary 11011000 1011101 1110001 0 111001 110000 1111 101011110 111101 111101

Color Harmonies of #D85D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D71

Black with #D85D71

Text Example


Text Example

White with #D85D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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