Html Css Color HEX #DD5369 Cabaret

📋 copy color: '#DD5369'

red 221 ◦ green 83 ◦ blue 105

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

Shades of Cabaret #DD5369

Tints of Cabaret #DD5369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.67%

R = 54.03%
G = 20.29%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD5369 (or 0xDD5369) is known color: Cabaret. HEX triplet: DD, 53 and 69. RGB value is (221,83,105). Sum of RGB (Red+Green+Blue) = 221+83+105=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5369 is #22AC96. Grayscale: #7E7E7E. Windows color (decimal): -2272407 or 6902749. OLE color: 6902749.

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

Color convert

RGB 221 83 105 -
CMYK 0 0.62 0.52 0.13
HSL 350.43º 0.67% 0.6% -
HSV(B) 350.43º 0.62% 0.87% -
XYZ 35.46 22.58 15.85 -
YUV 126.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 221 83 105 0 0.62 0.52 0.13 350.43 0.67 0.6
Hex DD 53 69 0 3E 34 D 15E 43 3C
Octal 335 123 151 0 76 64 15 536 103 74
Binary 11011101 1010011 1101001 0 111110 110100 1101 101011110 1000011 111100

Color Harmonies of #DD5369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5369

Black with #DD5369

Text Example


Text Example

White with #DD5369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5369; }

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

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

background-color css

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

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

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

border-color css

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

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

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