Html Css Color HEX #DD489A Mulberry

📋 copy color: '#DD489A'

red 221 ◦ green 72 ◦ blue 154

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

Shades of Mulberry #DD489A

Tints of Mulberry #DD489A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.45%

R = 49.44%
G = 16.11%
B = 34.45%

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

#DD489A (or 0xDD489A) is known color: Mulberry. HEX triplet: DD, 48 and 9A. RGB value is (221,72,154). Sum of RGB (Red+Green+Blue) = 221+72+154=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD489A is #22B765. Grayscale: #7D7D7D. Windows color (decimal): -2275174 or 10111197. OLE color: 10111197.

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

Color convert

RGB 221 72 154 -
CMYK 0 0.67 0.30 0.13
HSL 326.98º 0.69% 0.57% -
HSV(B) 326.98º 0.67% 0.87% -
XYZ 37.97 22.34 32.88 -
YUV 125.9 143.86 195.83 -
System Red Green Blue C M Y K H S L
Decimal 221 72 154 0 0.67 0.30 0.13 326.98 0.69 0.57
Hex DD 48 9A 0 43 1E D 147 45 39
Octal 335 110 232 0 103 36 15 507 105 71
Binary 11011101 1001000 10011010 0 1000011 11110 1101 101000111 1000101 111001

Color Harmonies of #DD489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD489A

Black with #DD489A

Text Example


Text Example

White with #DD489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD489A; }

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

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

background-color css

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

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

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

border-color css

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

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

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