Html Css Color HEX #DD5268 Cabaret

📋 copy color: '#DD5268'

red 221 ◦ green 82 ◦ blue 104

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

Shades of Cabaret #DD5268

Tints of Cabaret #DD5268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.15%

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 54.3%
G = 20.15%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD5268 (or 0xDD5268) is known color: Cabaret. HEX triplet: DD, 52 and 68. RGB value is (221,82,104). Sum of RGB (Red+Green+Blue) = 221+82+104=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5268 is #22AD97. Grayscale: #7E7E7E. Windows color (decimal): -2272664 or 6836957. OLE color: 6836957.

HSL color Cylindrical-coordinate representation of color #DD5268: hue angle of 350.5º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5268 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 82 104 -
CMYK 0 0.63 0.53 0.13
HSL 350.5º 0.67% 0.59% -
HSV(B) 350.5º 0.63% 0.87% -
XYZ 35.33 22.41 15.56 -
YUV 126.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 221 82 104 0 0.63 0.53 0.13 350.5 0.67 0.59
Hex DD 52 68 0 3F 35 D 15F 43 3B
Octal 335 122 150 0 77 65 15 537 103 73
Binary 11011101 1010010 1101000 0 111111 110101 1101 101011111 1000011 111011

Color Harmonies of #DD5268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5268

Black with #DD5268

Text Example


Text Example

White with #DD5268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5268; }

 p { color: rgb(221,82,104); }

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

background-color css

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

 a { background-color: rgb(221,82,104); }

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

border-color css

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

 span { border-color: rgb(221,82,104); }

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