Html Css Color HEX #DD489D Mulberry

📋 copy color: '#DD489D'

red 221 ◦ green 72 ◦ blue 157

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

Shades of Mulberry #DD489D

Tints of Mulberry #DD489D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.89%

R = 49.11%
G = 16%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD489D (or 0xDD489D) is known color: Mulberry. HEX triplet: DD, 48 and 9D. RGB value is (221,72,157). Sum of RGB (Red+Green+Blue) = 221+72+157=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 72 (28.52% from 255 or 16% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD489D is #22B762. Grayscale: #7E7E7E. Windows color (decimal): -2275171 or 10307805. OLE color: 10307805.

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

Color convert

RGB 221 72 157 -
CMYK 0 0.67 0.29 0.13
HSL 325.77º 0.69% 0.57% -
HSV(B) 325.77º 0.67% 0.87% -
XYZ 38.22 22.44 34.22 -
YUV 126.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 221 72 157 0 0.67 0.29 0.13 325.77 0.69 0.57
Hex DD 48 9D 0 43 1D D 146 45 39
Octal 335 110 235 0 103 35 15 506 105 71
Binary 11011101 1001000 10011101 0 1000011 11101 1101 101000110 1000101 111001

Color Harmonies of #DD489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD489D

Black with #DD489D

Text Example


Text Example

White with #DD489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD489D; }

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

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

background-color css

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

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

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

border-color css

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

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

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