Html Css Color HEX #DD566C Cabaret

📋 copy color: '#DD566C'

red 221 ◦ green 86 ◦ blue 108

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

Shades of Cabaret #DD566C

Tints of Cabaret #DD566C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.02%

R = 53.25%
G = 20.72%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD566C (or 0xDD566C) is known color: Cabaret. HEX triplet: DD, 56 and 6C. RGB value is (221,86,108). Sum of RGB (Red+Green+Blue) = 221+86+108=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 108 (42.58% from 255 or 26.02% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD566C is #22A993. Grayscale: #808080. Windows color (decimal): -2271636 or 7100125. OLE color: 7100125.

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

Color convert

RGB 221 86 108 -
CMYK 0 0.61 0.51 0.13
HSL 350.22º 0.67% 0.6% -
HSV(B) 350.22º 0.61% 0.87% -
XYZ 35.85 23.11 16.76 -
YUV 128.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 221 86 108 0 0.61 0.51 0.13 350.22 0.67 0.6
Hex DD 56 6C 0 3D 33 D 15E 43 3C
Octal 335 126 154 0 75 63 15 536 103 74
Binary 11011101 1010110 1101100 0 111101 110011 1101 101011110 1000011 111100

Color Harmonies of #DD566C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD566C

Black with #DD566C

Text Example


Text Example

White with #DD566C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD566C; }

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

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

background-color css

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

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

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

border-color css

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

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

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