Html Css Color HEX #DC556C Cabaret

📋 copy color: '#DC556C'

red 220 ◦ green 85 ◦ blue 108

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

Shades of Cabaret #DC556C

Tints of Cabaret #DC556C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.15%

R = 53.27%
G = 20.58%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC556C (or 0xDC556C) is known color: Cabaret. HEX triplet: DC, 55 and 6C. RGB value is (220,85,108). Sum of RGB (Red+Green+Blue) = 220+85+108=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 108 (42.58% from 255 or 26.15% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC556C is #23AA93. Grayscale: #808080. Windows color (decimal): -2337428 or 7099868. OLE color: 7099868.

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

Color convert

RGB 220 85 108 -
CMYK 0 0.61 0.51 0.14
HSL 349.78º 0.66% 0.6% -
HSV(B) 349.78º 0.61% 0.86% -
XYZ 35.47 22.8 16.72 -
YUV 127.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 220 85 108 0 0.61 0.51 0.14 349.78 0.66 0.6
Hex DC 55 6C 0 3D 33 E 15E 42 3C
Octal 334 125 154 0 75 63 16 536 102 74
Binary 11011100 1010101 1101100 0 111101 110011 1110 101011110 1000010 111100

Color Harmonies of #DC556C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC556C

Black with #DC556C

Text Example


Text Example

White with #DC556C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC556C; }

 p { color: rgb(220,85,108); }

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

background-color css

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

 a { background-color: rgb(220,85,108); }

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

border-color css

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

 span { border-color: rgb(220,85,108); }

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