Html Css Color HEX #DC5869 Cabaret

📋 copy color: '#DC5869'

red 220 ◦ green 88 ◦ blue 105

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

Shades of Cabaret #DC5869

Tints of Cabaret #DC5869

RGB

 RED value IS 220 (86.33% from 255) = 53.27%

 GREEN value IS 88 (34.77% from 255) = 21.31%

 BLUE value IS 105 (41.41% from 255) = 25.42%

R = 53.27%
G = 21.31%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC5869 (or 0xDC5869) is known color: Cabaret. HEX triplet: DC, 58 and 69. RGB value is (220,88,105). Sum of RGB (Red+Green+Blue) = 220+88+105=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 105 (41.41% from 255 or 25.42% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5869 is #23A796. Grayscale: #818181. Windows color (decimal): -2336663 or 6904028. OLE color: 6904028.

HSL color Cylindrical-coordinate representation of color #DC5869: hue angle of 352.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5869 is Cyan = 0, Magento = 0.6, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 88 105 -
CMYK 0 0.6 0.52 0.14
HSL 352.27º 0.65% 0.6% -
HSV(B) 352.27º 0.6% 0.86% -
XYZ 35.55 23.22 15.97 -
YUV 129.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 220 88 105 0 0.6 0.52 0.14 352.27 0.65 0.6
Hex DC 58 69 0 3C 34 E 160 41 3C
Octal 334 130 151 0 74 64 16 540 101 74
Binary 11011100 1011000 1101001 0 111100 110100 1110 101100000 1000001 111100

Color Harmonies of #DC5869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5869

Black with #DC5869

Text Example


Text Example

White with #DC5869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5869; }

 p { color: rgb(220,88,105); }

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

background-color css

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

 a { background-color: rgb(220,88,105); }

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

border-color css

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

 span { border-color: rgb(220,88,105); }

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