Html Css Color HEX #D85065 Cabaret

📋 copy color: '#D85065'

red 216 ◦ green 80 ◦ blue 101

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

Shades of Cabaret #D85065

Tints of Cabaret #D85065

RGB

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

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

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

R = 54.41%
G = 20.15%
B = 25.44%

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

#D85065 (or 0xD85065) is known color: Cabaret. HEX triplet: D8, 50 and 65. RGB value is (216,80,101). Sum of RGB (Red+Green+Blue) = 216+80+101=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D85065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85065 is #27AF9A. Grayscale: #7B7B7B. Windows color (decimal): -2600859 or 6639832. OLE color: 6639832.

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

Color convert

RGB 216 80 101 -
CMYK 0 0.63 0.53 0.15
HSL 350.74º 0.64% 0.58% -
HSV(B) 350.74º 0.63% 0.85% -
XYZ 33.54 21.28 14.65 -
YUV 123.06 115.56 194.29 -
System Red Green Blue C M Y K H S L
Decimal 216 80 101 0 0.63 0.53 0.15 350.74 0.64 0.58
Hex D8 50 65 0 3F 35 F 15F 40 3A
Octal 330 120 145 0 77 65 17 537 100 72
Binary 11011000 1010000 1100101 0 111111 110101 1111 101011111 1000000 111010

Color Harmonies of #D85065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85065

Black with #D85065

Text Example


Text Example

White with #D85065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85065; }

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

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

background-color css

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

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

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

border-color css

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

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

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