Html Css Color HEX #DC556B Cabaret

📋 copy color: '#DC556B'

red 220 ◦ green 85 ◦ blue 107

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

Shades of Cabaret #DC556B

Tints of Cabaret #DC556B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.97%

R = 53.4%
G = 20.63%
B = 25.97%

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

#DC556B (or 0xDC556B) is known color: Cabaret. HEX triplet: DC, 55 and 6B. RGB value is (220,85,107). Sum of RGB (Red+Green+Blue) = 220+85+107=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC556B is #23AA94. Grayscale: #7F7F7F. Windows color (decimal): -2337429 or 7034332. OLE color: 7034332.

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

Color convert

RGB 220 85 107 -
CMYK 0 0.61 0.51 0.14
HSL 350.22º 0.66% 0.6% -
HSV(B) 350.22º 0.61% 0.86% -
XYZ 35.42 22.77 16.44 -
YUV 127.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 220 85 107 0 0.61 0.51 0.14 350.22 0.66 0.6
Hex DC 55 6B 0 3D 33 E 15E 42 3C
Octal 334 125 153 0 75 63 16 536 102 74
Binary 11011100 1010101 1101011 0 111101 110011 1110 101011110 1000010 111100

Color Harmonies of #DC556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC556B

Black with #DC556B

Text Example


Text Example

White with #DC556B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC556B; }

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

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

background-color css

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

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

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

border-color css

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

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

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