Html Css Color HEX #DD4A9F Mulberry

📋 copy color: '#DD4A9F'

red 221 ◦ green 74 ◦ blue 159

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

Shades of Mulberry #DD4A9F

Tints of Mulberry #DD4A9F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.3%

 BLUE value IS 159 (62.5% from 255) = 35.02%

R = 48.68%
G = 16.3%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD4A9F (or 0xDD4A9F) is known color: Mulberry. HEX triplet: DD, 4A and 9F. RGB value is (221,74,159). Sum of RGB (Red+Green+Blue) = 221+74+159=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4A9F is #22B560. Grayscale: #7F7F7F. Windows color (decimal): -2274657 or 10439389. OLE color: 10439389.

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

Color convert

RGB 221 74 159 -
CMYK 0 0.67 0.28 0.13
HSL 325.31º 0.68% 0.58% -
HSV(B) 325.31º 0.67% 0.87% -
XYZ 38.53 22.77 35.17 -
YUV 127.64 145.7 194.59 -
System Red Green Blue C M Y K H S L
Decimal 221 74 159 0 0.67 0.28 0.13 325.31 0.68 0.58
Hex DD 4A 9F 0 43 1C D 145 44 3A
Octal 335 112 237 0 103 34 15 505 104 72
Binary 11011101 1001010 10011111 0 1000011 11100 1101 101000101 1000100 111010

Color Harmonies of #DD4A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4A9F

Black with #DD4A9F

Text Example


Text Example

White with #DD4A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4A9F; }

 p { color: rgb(221,74,159); }

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

background-color css

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

 a { background-color: rgb(221,74,159); }

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

border-color css

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

 span { border-color: rgb(221,74,159); }

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