Html Css Color HEX #D85F72 Cabaret

📋 copy color: '#D85F72'

red 216 ◦ green 95 ◦ blue 114

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

Shades of Cabaret #D85F72

Tints of Cabaret #D85F72

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.35%

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

R = 50.82%
G = 22.35%
B = 26.82%

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

#D85F72 (or 0xD85F72) is known color: Cabaret. HEX triplet: D8, 5F and 72. RGB value is (216,95,114). Sum of RGB (Red+Green+Blue) = 216+95+114=425 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.82% from 425); Green value is 95 (37.5% from 255 or 22.35% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 216 - color contains mainly: red. Hex color #D85F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85F72 is #27A08D. Grayscale: #858585. Windows color (decimal): -2597006 or 7495640. OLE color: 7495640.

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

Color convert

RGB 216 95 114 -
CMYK 0 0.56 0.47 0.15
HSL 350.58º 0.61% 0.61% -
HSV(B) 350.58º 0.56% 0.85% -
XYZ 35.45 24 18.68 -
YUV 133.35 117.09 186.96 -
System Red Green Blue C M Y K H S L
Decimal 216 95 114 0 0.56 0.47 0.15 350.58 0.61 0.61
Hex D8 5F 72 0 38 2F F 15F 3D 3D
Octal 330 137 162 0 70 57 17 537 75 75
Binary 11011000 1011111 1110010 0 111000 101111 1111 101011111 111101 111101

Color Harmonies of #D85F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85F72

Black with #D85F72

Text Example


Text Example

White with #D85F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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