Html Css Color HEX #DD556B Cabaret

📋 copy color: '#DD556B'

red 221 ◦ green 85 ◦ blue 107

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

Shades of Cabaret #DD556B

Tints of Cabaret #DD556B

RGB

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

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

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

R = 53.51%
G = 20.58%
B = 25.91%

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

#DD556B (or 0xDD556B) is known color: Cabaret. HEX triplet: DD, 55 and 6B. RGB value is (221,85,107). Sum of RGB (Red+Green+Blue) = 221+85+107=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD556B is #22AA94. Grayscale: #808080. Windows color (decimal): -2271893 or 7034333. OLE color: 7034333.

HSL color Cylindrical-coordinate representation of color #DD556B: hue angle of 350.29º 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 #DD556B is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 85 107 -
CMYK 0 0.62 0.52 0.13
HSL 350.29º 0.67% 0.6% -
HSV(B) 350.29º 0.62% 0.87% -
XYZ 35.72 22.93 16.45 -
YUV 128.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 221 85 107 0 0.62 0.52 0.13 350.29 0.67 0.6
Hex DD 55 6B 0 3E 34 D 15E 43 3C
Octal 335 125 153 0 76 64 15 536 103 74
Binary 11011101 1010101 1101011 0 111110 110100 1101 101011110 1000011 111100

Color Harmonies of #DD556B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD556B

Black with #DD556B

Text Example


Text Example

White with #DD556B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD556B; }

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

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

background-color css

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

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

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

border-color css

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

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

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