Html Css Color HEX #DD489B Mulberry

📋 copy color: '#DD489B'

red 221 ◦ green 72 ◦ blue 155

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

Shades of Mulberry #DD489B

Tints of Mulberry #DD489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.07%

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

R = 49.33%
G = 16.07%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD489B (or 0xDD489B) is known color: Mulberry. HEX triplet: DD, 48 and 9B. RGB value is (221,72,155). Sum of RGB (Red+Green+Blue) = 221+72+155=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD489B is #22B764. Grayscale: #7D7D7D. Windows color (decimal): -2275173 or 10176733. OLE color: 10176733.

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

Color convert

RGB 221 72 155 -
CMYK 0 0.67 0.30 0.13
HSL 326.58º 0.69% 0.57% -
HSV(B) 326.58º 0.67% 0.87% -
XYZ 38.05 22.37 33.32 -
YUV 126.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 221 72 155 0 0.67 0.30 0.13 326.58 0.69 0.57
Hex DD 48 9B 0 43 1E D 147 45 39
Octal 335 110 233 0 103 36 15 507 105 71
Binary 11011101 1001000 10011011 0 1000011 11110 1101 101000111 1000101 111001

Color Harmonies of #DD489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD489B

Black with #DD489B

Text Example


Text Example

White with #DD489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD489B; }

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

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

background-color css

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

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

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

border-color css

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

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

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