Html Css Color HEX #DC5868 Cabaret

📋 copy color: '#DC5868'

red 220 ◦ green 88 ◦ blue 104

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

Shades of Cabaret #DC5868

Tints of Cabaret #DC5868

RGB

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

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

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

R = 53.4%
G = 21.36%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC5868 (or 0xDC5868) is known color: Cabaret. HEX triplet: DC, 58 and 68. RGB value is (220,88,104). Sum of RGB (Red+Green+Blue) = 220+88+104=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5868 is #23A797. Grayscale: #818181. Windows color (decimal): -2336664 or 6838492. OLE color: 6838492.

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

Color convert

RGB 220 88 104 -
CMYK 0 0.6 0.53 0.14
HSL 352.73º 0.65% 0.6% -
HSV(B) 352.73º 0.6% 0.86% -
XYZ 35.5 23.19 15.7 -
YUV 129.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 220 88 104 0 0.6 0.53 0.14 352.73 0.65 0.6
Hex DC 58 68 0 3C 35 E 161 41 3C
Octal 334 130 150 0 74 65 16 541 101 74
Binary 11011100 1011000 1101000 0 111100 110101 1110 101100001 1000001 111100

Color Harmonies of #DC5868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5868

Black with #DC5868

Text Example


Text Example

White with #DC5868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5868; }

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

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

background-color css

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

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

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

border-color css

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

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

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