Html Css Color HEX #DD536C Cabaret

📋 copy color: '#DD536C'

red 221 ◦ green 83 ◦ blue 108

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

Shades of Cabaret #DD536C

Tints of Cabaret #DD536C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.21%

R = 53.64%
G = 20.15%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD536C (or 0xDD536C) is known color: Cabaret. HEX triplet: DD, 53 and 6C. RGB value is (221,83,108). Sum of RGB (Red+Green+Blue) = 221+83+108=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD536C is #22AC93. Grayscale: #7F7F7F. Windows color (decimal): -2272404 or 7099357. OLE color: 7099357.

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

Color convert

RGB 221 83 108 -
CMYK 0 0.62 0.51 0.13
HSL 349.13º 0.67% 0.6% -
HSV(B) 349.13º 0.62% 0.87% -
XYZ 35.62 22.64 16.68 -
YUV 127.11 117.22 194.97 -
System Red Green Blue C M Y K H S L
Decimal 221 83 108 0 0.62 0.51 0.13 349.13 0.67 0.6
Hex DD 53 6C 0 3E 33 D 15D 43 3C
Octal 335 123 154 0 76 63 15 535 103 74
Binary 11011101 1010011 1101100 0 111110 110011 1101 101011101 1000011 111100

Color Harmonies of #DD536C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD536C

Black with #DD536C

Text Example


Text Example

White with #DD536C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD536C; }

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

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

background-color css

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

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

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

border-color css

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

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

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