Html Css Color HEX #D85B72 Cabaret

📋 copy color: '#D85B72'

red 216 ◦ green 91 ◦ blue 114

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

Shades of Cabaret #D85B72

Tints of Cabaret #D85B72

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.62%

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

R = 51.31%
G = 21.62%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D85B72 (or 0xD85B72) is known color: Cabaret. HEX triplet: D8, 5B and 72. RGB value is (216,91,114). Sum of RGB (Red+Green+Blue) = 216+91+114=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85B72 is #27A48D. Grayscale: #838383. Windows color (decimal): -2598030 or 7494616. OLE color: 7494616.

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

Color convert

RGB 216 91 114 -
CMYK 0 0.58 0.47 0.15
HSL 348.96º 0.62% 0.6% -
HSV(B) 348.96º 0.58% 0.85% -
XYZ 35.1 23.3 18.57 -
YUV 131 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 216 91 114 0 0.58 0.47 0.15 348.96 0.62 0.6
Hex D8 5B 72 0 3A 2F F 15D 3E 3C
Octal 330 133 162 0 72 57 17 535 76 74
Binary 11011000 1011011 1110010 0 111010 101111 1111 101011101 111110 111100

Color Harmonies of #D85B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B72

Black with #D85B72

Text Example


Text Example

White with #D85B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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