Html Css Color HEX #DD536A Cabaret

📋 copy color: '#DD536A'

red 221 ◦ green 83 ◦ blue 106

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

Shades of Cabaret #DD536A

Tints of Cabaret #DD536A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.85%

R = 53.9%
G = 20.24%
B = 25.85%

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

#DD536A (or 0xDD536A) is known color: Cabaret. HEX triplet: DD, 53 and 6A. RGB value is (221,83,106). Sum of RGB (Red+Green+Blue) = 221+83+106=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD536A is #22AC95. Grayscale: #7E7E7E. Windows color (decimal): -2272406 or 6968285. OLE color: 6968285.

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

Color convert

RGB 221 83 106 -
CMYK 0 0.62 0.52 0.13
HSL 350º 0.67% 0.6% -
HSV(B) 350º 0.62% 0.87% -
XYZ 35.51 22.6 16.13 -
YUV 126.88 116.22 195.13 -
System Red Green Blue C M Y K H S L
Decimal 221 83 106 0 0.62 0.52 0.13 350 0.67 0.6
Hex DD 53 6A 0 3E 34 D 15E 43 3C
Octal 335 123 152 0 76 64 15 536 103 74
Binary 11011101 1010011 1101010 0 111110 110100 1101 101011110 1000011 111100

Color Harmonies of #DD536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD536A

Black with #DD536A

Text Example


Text Example

White with #DD536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD536A; }

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

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

background-color css

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

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

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

border-color css

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

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

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