Html Css Color HEX #DD5766 Cabaret

📋 copy color: '#DD5766'

red 221 ◦ green 87 ◦ blue 102

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

Shades of Cabaret #DD5766

Tints of Cabaret #DD5766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.22%

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

R = 53.9%
G = 21.22%
B = 24.88%

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

#DD5766 (or 0xDD5766) is known color: Cabaret. HEX triplet: DD, 57 and 66. RGB value is (221,87,102). Sum of RGB (Red+Green+Blue) = 221+87+102=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5766 is #22A899. Grayscale: #808080. Windows color (decimal): -2271386 or 6707165. OLE color: 6707165.

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

Color convert

RGB 221 87 102 -
CMYK 0 0.61 0.54 0.13
HSL 353.28º 0.66% 0.6% -
HSV(B) 353.28º 0.61% 0.87% -
XYZ 35.63 23.15 15.16 -
YUV 128.78 112.89 193.78 -
System Red Green Blue C M Y K H S L
Decimal 221 87 102 0 0.61 0.54 0.13 353.28 0.66 0.6
Hex DD 57 66 0 3D 36 D 161 42 3C
Octal 335 127 146 0 75 66 15 541 102 74
Binary 11011101 1010111 1100110 0 111101 110110 1101 101100001 1000010 111100

Color Harmonies of #DD5766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5766

Black with #DD5766

Text Example


Text Example

White with #DD5766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5766; }

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

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

background-color css

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

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

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

border-color css

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

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

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