Html Css Color HEX #D85D73 Cabaret

📋 copy color: '#D85D73'

red 216 ◦ green 93 ◦ blue 115

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

Shades of Cabaret #D85D73

Tints of Cabaret #D85D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.12%

R = 50.94%
G = 21.93%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D85D73 (or 0xD85D73) is known color: Cabaret. HEX triplet: D8, 5D and 73. RGB value is (216,93,115). Sum of RGB (Red+Green+Blue) = 216+93+115=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D73 is #27A28C. Grayscale: #848484. Windows color (decimal): -2597517 or 7560664. OLE color: 7560664.

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

Color convert

RGB 216 93 115 -
CMYK 0 0.57 0.47 0.15
HSL 349.27º 0.61% 0.61% -
HSV(B) 349.27º 0.57% 0.85% -
XYZ 35.33 23.67 18.93 -
YUV 132.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 216 93 115 0 0.57 0.47 0.15 349.27 0.61 0.61
Hex D8 5D 73 0 39 2F F 15D 3D 3D
Octal 330 135 163 0 71 57 17 535 75 75
Binary 11011000 1011101 1110011 0 111001 101111 1111 101011101 111101 111101

Color Harmonies of #D85D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D73

Black with #D85D73

Text Example


Text Example

White with #D85D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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