Html Css Color HEX #DD539B Mulberry

📋 copy color: '#DD539B'

red 221 ◦ green 83 ◦ blue 155

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

Shades of Mulberry #DD539B

Tints of Mulberry #DD539B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.77%

R = 48.15%
G = 18.08%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD539B (or 0xDD539B) is known color: Mulberry. HEX triplet: DD, 53 and 9B. RGB value is (221,83,155). Sum of RGB (Red+Green+Blue) = 221+83+155=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD539B is #22AC64. Grayscale: #848484. Windows color (decimal): -2272357 or 10179549. OLE color: 10179549.

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

Color convert

RGB 221 83 155 -
CMYK 0 0.62 0.30 0.13
HSL 328.7º 0.67% 0.6% -
HSV(B) 328.7º 0.62% 0.87% -
XYZ 38.83 23.93 33.58 -
YUV 132.47 140.72 191.15 -
System Red Green Blue C M Y K H S L
Decimal 221 83 155 0 0.62 0.30 0.13 328.7 0.67 0.6
Hex DD 53 9B 0 3E 1E D 149 43 3C
Octal 335 123 233 0 76 36 15 511 103 74
Binary 11011101 1010011 10011011 0 111110 11110 1101 101001001 1000011 111100

Color Harmonies of #DD539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD539B

Black with #DD539B

Text Example


Text Example

White with #DD539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD539B; }

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

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

background-color css

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

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

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

border-color css

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

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

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