Html Css Color HEX #DD5669 Cabaret

📋 copy color: '#DD5669'

red 221 ◦ green 86 ◦ blue 105

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

Shades of Cabaret #DD5669

Tints of Cabaret #DD5669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.87%

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

R = 53.64%
G = 20.87%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD5669 (or 0xDD5669) is known color: Cabaret. HEX triplet: DD, 56 and 69. RGB value is (221,86,105). Sum of RGB (Red+Green+Blue) = 221+86+105=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 105 (41.41% from 255 or 25.49% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5669 is #22A996. Grayscale: #808080. Windows color (decimal): -2271639 or 6903517. OLE color: 6903517.

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

Color convert

RGB 221 86 105 -
CMYK 0 0.61 0.52 0.13
HSL 351.56º 0.67% 0.6% -
HSV(B) 351.56º 0.61% 0.87% -
XYZ 35.7 23.05 15.93 -
YUV 128.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 221 86 105 0 0.61 0.52 0.13 351.56 0.67 0.6
Hex DD 56 69 0 3D 34 D 160 43 3C
Octal 335 126 151 0 75 64 15 540 103 74
Binary 11011101 1010110 1101001 0 111101 110100 1101 101100000 1000011 111100

Color Harmonies of #DD5669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5669

Black with #DD5669

Text Example


Text Example

White with #DD5669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5669; }

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

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

background-color css

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

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

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

border-color css

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

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

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