Html Css Color HEX #DD5666 Cabaret

📋 copy color: '#DD5666'

red 221 ◦ green 86 ◦ blue 102

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

Shades of Cabaret #DD5666

Tints of Cabaret #DD5666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.94%

R = 54.03%
G = 21.03%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD5666 (or 0xDD5666) is known color: Cabaret. HEX triplet: DD, 56 and 66. RGB value is (221,86,102). Sum of RGB (Red+Green+Blue) = 221+86+102=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5666 is #22A999. Grayscale: #808080. Windows color (decimal): -2271642 or 6706909. OLE color: 6706909.

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

Color convert

RGB 221 86 102 -
CMYK 0 0.61 0.54 0.13
HSL 352.89º 0.67% 0.6% -
HSV(B) 352.89º 0.61% 0.87% -
XYZ 35.54 22.99 15.13 -
YUV 128.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 221 86 102 0 0.61 0.54 0.13 352.89 0.67 0.6
Hex DD 56 66 0 3D 36 D 161 43 3C
Octal 335 126 146 0 75 66 15 541 103 74
Binary 11011101 1010110 1100110 0 111101 110110 1101 101100001 1000011 111100

Color Harmonies of #DD5666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5666

Black with #DD5666

Text Example


Text Example

White with #DD5666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5666; }

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

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

background-color css

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

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

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

border-color css

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

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

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