Html Css Color HEX #D85A6C Cabaret

📋 copy color: '#D85A6C'

red 216 ◦ green 90 ◦ blue 108

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

Shades of Cabaret #D85A6C

Tints of Cabaret #D85A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.09%

R = 52.17%
G = 21.74%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D85A6C (or 0xD85A6C) is known color: Cabaret. HEX triplet: D8, 5A and 6C. RGB value is (216,90,108). Sum of RGB (Red+Green+Blue) = 216+90+108=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A6C is #27A593. Grayscale: #818181. Windows color (decimal): -2598292 or 7101144. OLE color: 7101144.

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

Color convert

RGB 216 90 108 -
CMYK 0 0.58 0.50 0.15
HSL 351.43º 0.62% 0.6% -
HSV(B) 351.43º 0.58% 0.85% -
XYZ 34.68 22.99 16.8 -
YUV 129.73 115.74 189.54 -
System Red Green Blue C M Y K H S L
Decimal 216 90 108 0 0.58 0.50 0.15 351.43 0.62 0.6
Hex D8 5A 6C 0 3A 32 F 15F 3E 3C
Octal 330 132 154 0 72 62 17 537 76 74
Binary 11011000 1011010 1101100 0 111010 110010 1111 101011111 111110 111100

Color Harmonies of #D85A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85A6C

Black with #D85A6C

Text Example


Text Example

White with #D85A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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