Html Css Color HEX #D85D6E Cabaret

📋 copy color: '#D85D6E'

red 216 ◦ green 93 ◦ blue 110

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

Shades of Cabaret #D85D6E

Tints of Cabaret #D85D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.25%

R = 51.55%
G = 22.2%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D85D6E (or 0xD85D6E) is known color: Cabaret. HEX triplet: D8, 5D and 6E. RGB value is (216,93,110). Sum of RGB (Red+Green+Blue) = 216+93+110=419 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.55% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 216 - color contains mainly: red. Hex color #D85D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85D6E is #27A291. Grayscale: #838383. Windows color (decimal): -2597522 or 7232984. OLE color: 7232984.

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

Color convert

RGB 216 93 110 -
CMYK 0 0.57 0.49 0.15
HSL 351.71º 0.61% 0.61% -
HSV(B) 351.71º 0.57% 0.85% -
XYZ 35.05 23.55 17.45 -
YUV 131.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 216 93 110 0 0.57 0.49 0.15 351.71 0.61 0.61
Hex D8 5D 6E 0 39 31 F 160 3D 3D
Octal 330 135 156 0 71 61 17 540 75 75
Binary 11011000 1011101 1101110 0 111001 110001 1111 101100000 111101 111101

Color Harmonies of #D85D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85D6E

Black with #D85D6E

Text Example


Text Example

White with #D85D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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