Html Css Color HEX #DD5866 Cabaret

📋 copy color: '#DD5866'

red 221 ◦ green 88 ◦ blue 102

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

Shades of Cabaret #DD5866

Tints of Cabaret #DD5866

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.41%

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

R = 53.77%
G = 21.41%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD5866 (or 0xDD5866) is known color: Cabaret. HEX triplet: DD, 58 and 66. RGB value is (221,88,102). Sum of RGB (Red+Green+Blue) = 221+88+102=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5866 is #22A799. Grayscale: #818181. Windows color (decimal): -2271130 or 6707421. OLE color: 6707421.

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

Color convert

RGB 221 88 102 -
CMYK 0 0.60 0.54 0.13
HSL 353.68º 0.66% 0.61% -
HSV(B) 353.68º 0.6% 0.87% -
XYZ 35.71 23.31 15.19 -
YUV 129.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 221 88 102 0 0.60 0.54 0.13 353.68 0.66 0.61
Hex DD 58 66 0 3C 36 D 162 42 3D
Octal 335 130 146 0 74 66 15 542 102 75
Binary 11011101 1011000 1100110 0 111100 110110 1101 101100010 1000010 111101

Color Harmonies of #DD5866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5866

Black with #DD5866

Text Example


Text Example

White with #DD5866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5866; }

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

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

background-color css

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

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

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

border-color css

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

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

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