Html Css Color HEX #D85064 Cabaret

📋 copy color: '#D85064'

red 216 ◦ green 80 ◦ blue 100

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

Shades of Cabaret #D85064

Tints of Cabaret #D85064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 25.25%

R = 54.55%
G = 20.2%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D85064 (or 0xD85064) is known color: Cabaret. HEX triplet: D8, 50 and 64. RGB value is (216,80,100). Sum of RGB (Red+Green+Blue) = 216+80+100=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D85064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85064 is #27AF9B. Grayscale: #7B7B7B. Windows color (decimal): -2600860 or 6574296. OLE color: 6574296.

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

Color convert

RGB 216 80 100 -
CMYK 0 0.63 0.54 0.15
HSL 351.18º 0.64% 0.58% -
HSV(B) 351.18º 0.63% 0.85% -
XYZ 33.49 21.26 14.39 -
YUV 122.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 216 80 100 0 0.63 0.54 0.15 351.18 0.64 0.58
Hex D8 50 64 0 3F 36 F 15F 40 3A
Octal 330 120 144 0 77 66 17 537 100 72
Binary 11011000 1010000 1100100 0 111111 110110 1111 101011111 1000000 111010

Color Harmonies of #D85064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85064

Black with #D85064

Text Example


Text Example

White with #D85064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85064; }

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

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

background-color css

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

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

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

border-color css

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

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

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