Html Css Color HEX #DD5569 Cabaret

📋 copy color: '#DD5569'

red 221 ◦ green 85 ◦ blue 105

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

Shades of Cabaret #DD5569

Tints of Cabaret #DD5569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.55%

R = 53.77%
G = 20.68%
B = 25.55%

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

#DD5569 (or 0xDD5569) is known color: Cabaret. HEX triplet: DD, 55 and 69. RGB value is (221,85,105). Sum of RGB (Red+Green+Blue) = 221+85+105=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 105 (41.41% from 255 or 25.55% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5569 is #22AA96. Grayscale: #7F7F7F. Windows color (decimal): -2271895 or 6903261. OLE color: 6903261.

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

Color convert

RGB 221 85 105 -
CMYK 0 0.62 0.52 0.13
HSL 351.18º 0.67% 0.6% -
HSV(B) 351.18º 0.62% 0.87% -
XYZ 35.62 22.89 15.91 -
YUV 127.94 115.06 194.37 -
System Red Green Blue C M Y K H S L
Decimal 221 85 105 0 0.62 0.52 0.13 351.18 0.67 0.6
Hex DD 55 69 0 3E 34 D 15F 43 3C
Octal 335 125 151 0 76 64 15 537 103 74
Binary 11011101 1010101 1101001 0 111110 110100 1101 101011111 1000011 111100

Color Harmonies of #DD5569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5569

Black with #DD5569

Text Example


Text Example

White with #DD5569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5569; }

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

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

background-color css

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

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

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

border-color css

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

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

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