Html Css Color HEX #D85568 Cabaret

📋 copy color: '#D85568'

red 216 ◦ green 85 ◦ blue 104

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

Shades of Cabaret #D85568

Tints of Cabaret #D85568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.99%

 BLUE value IS 104 (41.02% from 255) = 25.68%

R = 53.33%
G = 20.99%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D85568 (or 0xD85568) is known color: Cabaret. HEX triplet: D8, 55 and 68. RGB value is (216,85,104). Sum of RGB (Red+Green+Blue) = 216+85+104=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D85568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85568 is #27AA97. Grayscale: #7E7E7E. Windows color (decimal): -2599576 or 6837720. OLE color: 6837720.

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

Color convert

RGB 216 85 104 -
CMYK 0 0.61 0.52 0.15
HSL 351.3º 0.63% 0.59% -
HSV(B) 351.3º 0.61% 0.85% -
XYZ 34.07 22.1 15.57 -
YUV 126.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 216 85 104 0 0.61 0.52 0.15 351.3 0.63 0.59
Hex D8 55 68 0 3D 34 F 15F 3F 3B
Octal 330 125 150 0 75 64 17 537 77 73
Binary 11011000 1010101 1101000 0 111101 110100 1111 101011111 111111 111011

Color Harmonies of #D85568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85568

Black with #D85568

Text Example


Text Example

White with #D85568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85568; }

 p { color: rgb(216,85,104); }

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

background-color css

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

 a { background-color: rgb(216,85,104); }

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

border-color css

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

 span { border-color: rgb(216,85,104); }

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