Html Css Color HEX #DD556A Cabaret

📋 copy color: '#DD556A'

red 221 ◦ green 85 ◦ blue 106

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

Shades of Cabaret #DD556A

Tints of Cabaret #DD556A

RGB

 RED value IS 221 (86.72% from 255) = 53.64%

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

 BLUE value IS 106 (41.8% from 255) = 25.73%

R = 53.64%
G = 20.63%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD556A (or 0xDD556A) is known color: Cabaret. HEX triplet: DD, 55 and 6A. RGB value is (221,85,106). Sum of RGB (Red+Green+Blue) = 221+85+106=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD556A is #22AA95. Grayscale: #808080. Windows color (decimal): -2271894 or 6968797. OLE color: 6968797.

HSL color Cylindrical-coordinate representation of color #DD556A: hue angle of 350.74º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD556A is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 85 106 -
CMYK 0 0.62 0.52 0.13
HSL 350.74º 0.67% 0.6% -
HSV(B) 350.74º 0.62% 0.87% -
XYZ 35.67 22.91 16.18 -
YUV 128.06 115.56 194.29 -
System Red Green Blue C M Y K H S L
Decimal 221 85 106 0 0.62 0.52 0.13 350.74 0.67 0.6
Hex DD 55 6A 0 3E 34 D 15F 43 3C
Octal 335 125 152 0 76 64 15 537 103 74
Binary 11011101 1010101 1101010 0 111110 110100 1101 101011111 1000011 111100

Color Harmonies of #DD556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD556A

Black with #DD556A

Text Example


Text Example

White with #DD556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD556A; }

 p { color: rgb(221,85,106); }

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

background-color css

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

 a { background-color: rgb(221,85,106); }

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

border-color css

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

 span { border-color: rgb(221,85,106); }

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