Html Css Color HEX #D85E6D Cabaret

📋 copy color: '#D85E6D'

red 216 ◦ green 94 ◦ blue 109

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

Shades of Cabaret #D85E6D

Tints of Cabaret #D85E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 51.55%
G = 22.43%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D85E6D (or 0xD85E6D) is known color: Cabaret. HEX triplet: D8, 5E and 6D. RGB value is (216,94,109). Sum of RGB (Red+Green+Blue) = 216+94+109=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85E6D is #27A192. Grayscale: #848484. Windows color (decimal): -2597267 or 7167704. OLE color: 7167704.

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

Color convert

RGB 216 94 109 -
CMYK 0 0.56 0.50 0.15
HSL 352.62º 0.61% 0.61% -
HSV(B) 352.62º 0.56% 0.85% -
XYZ 35.08 23.71 17.2 -
YUV 132.19 114.92 187.78 -
System Red Green Blue C M Y K H S L
Decimal 216 94 109 0 0.56 0.50 0.15 352.62 0.61 0.61
Hex D8 5E 6D 0 38 32 F 161 3D 3D
Octal 330 136 155 0 70 62 17 541 75 75
Binary 11011000 1011110 1101101 0 111000 110010 1111 101100001 111101 111101

Color Harmonies of #D85E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85E6D

Black with #D85E6D

Text Example


Text Example

White with #D85E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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