Html Css Color HEX #D85E72 Cabaret

📋 copy color: '#D85E72'

red 216 ◦ green 94 ◦ blue 114

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

Shades of Cabaret #D85E72

Tints of Cabaret #D85E72

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.17%

 BLUE value IS 114 (44.92% from 255) = 26.89%

R = 50.94%
G = 22.17%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D85E72 (or 0xD85E72) is known color: Cabaret. HEX triplet: D8, 5E and 72. RGB value is (216,94,114). Sum of RGB (Red+Green+Blue) = 216+94+114=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E72 is #27A18D. Grayscale: #848484. Windows color (decimal): -2597262 or 7495384. OLE color: 7495384.

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

Color convert

RGB 216 94 114 -
CMYK 0 0.56 0.47 0.15
HSL 350.16º 0.61% 0.61% -
HSV(B) 350.16º 0.56% 0.85% -
XYZ 35.36 23.82 18.65 -
YUV 132.76 117.42 187.37 -
System Red Green Blue C M Y K H S L
Decimal 216 94 114 0 0.56 0.47 0.15 350.16 0.61 0.61
Hex D8 5E 72 0 38 2F F 15E 3D 3D
Octal 330 136 162 0 70 57 17 536 75 75
Binary 11011000 1011110 1110010 0 111000 101111 1111 101011110 111101 111101

Color Harmonies of #D85E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E72

Black with #D85E72

Text Example


Text Example

White with #D85E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E72; }

 p { color: rgb(216,94,114); }

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

background-color css

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

 a { background-color: rgb(216,94,114); }

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

border-color css

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

 span { border-color: rgb(216,94,114); }

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