Html Css Color HEX #DD566B Cabaret

📋 copy color: '#DD566B'

red 221 ◦ green 86 ◦ blue 107

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

Shades of Cabaret #DD566B

Tints of Cabaret #DD566B

RGB

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

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

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

R = 53.38%
G = 20.77%
B = 25.85%

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

#DD566B (or 0xDD566B) is known color: Cabaret. HEX triplet: DD, 56 and 6B. RGB value is (221,86,107). Sum of RGB (Red+Green+Blue) = 221+86+107=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD566B is #22A994. Grayscale: #808080. Windows color (decimal): -2271637 or 7034589. OLE color: 7034589.

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

Color convert

RGB 221 86 107 -
CMYK 0 0.61 0.52 0.13
HSL 350.67º 0.67% 0.6% -
HSV(B) 350.67º 0.61% 0.87% -
XYZ 35.8 23.09 16.48 -
YUV 128.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 221 86 107 0 0.61 0.52 0.13 350.67 0.67 0.6
Hex DD 56 6B 0 3D 34 D 15F 43 3C
Octal 335 126 153 0 75 64 15 537 103 74
Binary 11011101 1010110 1101011 0 111101 110100 1101 101011111 1000011 111100

Color Harmonies of #DD566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD566B

Black with #DD566B

Text Example


Text Example

White with #DD566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD566B; }

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

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

background-color css

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

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

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

border-color css

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

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

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