Html Css Color HEX #D85A72 Cabaret

📋 copy color: '#D85A72'

red 216 ◦ green 90 ◦ blue 114

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

Shades of Cabaret #D85A72

Tints of Cabaret #D85A72

RGB

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

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

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

R = 51.43%
G = 21.43%
B = 27.14%

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

#D85A72 (or 0xD85A72) is known color: Cabaret. HEX triplet: D8, 5A and 72. RGB value is (216,90,114). Sum of RGB (Red+Green+Blue) = 216+90+114=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A72 is #27A58D. Grayscale: #828282. Windows color (decimal): -2598286 or 7494360. OLE color: 7494360.

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

Color convert

RGB 216 90 114 -
CMYK 0 0.58 0.47 0.15
HSL 348.57º 0.62% 0.6% -
HSV(B) 348.57º 0.58% 0.85% -
XYZ 35.01 23.13 18.54 -
YUV 130.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 216 90 114 0 0.58 0.47 0.15 348.57 0.62 0.6
Hex D8 5A 72 0 3A 2F F 15D 3E 3C
Octal 330 132 162 0 72 57 17 535 76 74
Binary 11011000 1011010 1110010 0 111010 101111 1111 101011101 111110 111100

Color Harmonies of #D85A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A72

Black with #D85A72

Text Example


Text Example

White with #D85A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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