Html Css Color HEX #D85266 Cabaret

📋 copy color: '#D85266'

red 216 ◦ green 82 ◦ blue 102

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

Shades of Cabaret #D85266

Tints of Cabaret #D85266

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.5%

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

R = 54%
G = 20.5%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D85266 (or 0xD85266) is known color: Cabaret. HEX triplet: D8, 52 and 66. RGB value is (216,82,102). Sum of RGB (Red+Green+Blue) = 216+82+102=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D85266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85266 is #27AD99. Grayscale: #7C7C7C. Windows color (decimal): -2600346 or 6705880. OLE color: 6705880.

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

Color convert

RGB 216 82 102 -
CMYK 0 0.62 0.53 0.15
HSL 351.04º 0.63% 0.58% -
HSV(B) 351.04º 0.62% 0.85% -
XYZ 33.73 21.59 14.96 -
YUV 124.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 216 82 102 0 0.62 0.53 0.15 351.04 0.63 0.58
Hex D8 52 66 0 3E 35 F 15F 3F 3A
Octal 330 122 146 0 76 65 17 537 77 72
Binary 11011000 1010010 1100110 0 111110 110101 1111 101011111 111111 111010

Color Harmonies of #D85266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85266

Black with #D85266

Text Example


Text Example

White with #D85266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85266; }

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

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

background-color css

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

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

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

border-color css

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

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

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