Html Css Color HEX #DD5368 Cabaret

📋 copy color: '#DD5368'

red 221 ◦ green 83 ◦ blue 104

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

Shades of Cabaret #DD5368

Tints of Cabaret #DD5368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.34%

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

R = 54.17%
G = 20.34%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD5368 (or 0xDD5368) is known color: Cabaret. HEX triplet: DD, 53 and 68. RGB value is (221,83,104). Sum of RGB (Red+Green+Blue) = 221+83+104=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5368 is #22AC97. Grayscale: #7E7E7E. Windows color (decimal): -2272408 or 6837213. OLE color: 6837213.

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

Color convert

RGB 221 83 104 -
CMYK 0 0.62 0.53 0.13
HSL 350.87º 0.67% 0.6% -
HSV(B) 350.87º 0.62% 0.87% -
XYZ 35.41 22.56 15.58 -
YUV 126.66 115.22 195.29 -
System Red Green Blue C M Y K H S L
Decimal 221 83 104 0 0.62 0.53 0.13 350.87 0.67 0.6
Hex DD 53 68 0 3E 35 D 15F 43 3C
Octal 335 123 150 0 76 65 15 537 103 74
Binary 11011101 1010011 1101000 0 111110 110101 1101 101011111 1000011 111100

Color Harmonies of #DD5368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5368

Black with #DD5368

Text Example


Text Example

White with #DD5368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5368; }

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

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

background-color css

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

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

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

border-color css

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

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

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