Html Css Color HEX #D85265 Cabaret

📋 copy color: '#D85265'

red 216 ◦ green 82 ◦ blue 101

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

Shades of Cabaret #D85265

Tints of Cabaret #D85265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 54.14%
G = 20.55%
B = 25.31%

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

#D85265 (or 0xD85265) is known color: Cabaret. HEX triplet: D8, 52 and 65. RGB value is (216,82,101). Sum of RGB (Red+Green+Blue) = 216+82+101=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D85265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85265 is #27AD9A. Grayscale: #7C7C7C. Windows color (decimal): -2600347 or 6640344. OLE color: 6640344.

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

Color convert

RGB 216 82 101 -
CMYK 0 0.62 0.53 0.15
HSL 351.49º 0.63% 0.58% -
HSV(B) 351.49º 0.62% 0.85% -
XYZ 33.69 21.57 14.7 -
YUV 124.23 114.89 193.46 -
System Red Green Blue C M Y K H S L
Decimal 216 82 101 0 0.62 0.53 0.15 351.49 0.63 0.58
Hex D8 52 65 0 3E 35 F 15F 3F 3A
Octal 330 122 145 0 76 65 17 537 77 72
Binary 11011000 1010010 1100101 0 111110 110101 1111 101011111 111111 111010

Color Harmonies of #D85265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85265

Black with #D85265

Text Example


Text Example

White with #D85265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85265; }

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

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

background-color css

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

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

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

border-color css

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

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

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