Html Css Color HEX #D85066 Cabaret

📋 copy color: '#D85066'

red 216 ◦ green 80 ◦ blue 102

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

Shades of Cabaret #D85066

Tints of Cabaret #D85066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

 BLUE value IS 102 (40.23% from 255) = 25.63%

R = 54.27%
G = 20.1%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D85066 (or 0xD85066) is known color: Cabaret. HEX triplet: D8, 50 and 66. RGB value is (216,80,102). Sum of RGB (Red+Green+Blue) = 216+80+102=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D85066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85066 is #27AF99. Grayscale: #7B7B7B. Windows color (decimal): -2600858 or 6705368. OLE color: 6705368.

HSL color Cylindrical-coordinate representation of color #D85066: hue angle of 350.29º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D85066 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 102 -
CMYK 0 0.63 0.53 0.15
HSL 350.29º 0.64% 0.58% -
HSV(B) 350.29º 0.63% 0.85% -
XYZ 33.59 21.3 14.91 -
YUV 123.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 216 80 102 0 0.63 0.53 0.15 350.29 0.64 0.58
Hex D8 50 66 0 3F 35 F 15E 40 3A
Octal 330 120 146 0 77 65 17 536 100 72
Binary 11011000 1010000 1100110 0 111111 110101 1111 101011110 1000000 111010

Color Harmonies of #D85066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85066

Black with #D85066

Text Example


Text Example

White with #D85066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85066; }

 p { color: rgb(216,80,102); }

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

background-color css

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

 a { background-color: rgb(216,80,102); }

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

border-color css

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

 span { border-color: rgb(216,80,102); }

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