Html Css Color HEX #DD4B9A Mulberry

📋 copy color: '#DD4B9A'

red 221 ◦ green 75 ◦ blue 154

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

Shades of Mulberry #DD4B9A

Tints of Mulberry #DD4B9A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.67%

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

R = 49.11%
G = 16.67%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD4B9A (or 0xDD4B9A) is known color: Mulberry. HEX triplet: DD, 4B and 9A. RGB value is (221,75,154). Sum of RGB (Red+Green+Blue) = 221+75+154=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4B9A is #22B465. Grayscale: #7F7F7F. Windows color (decimal): -2274406 or 10111965. OLE color: 10111965.

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

Color convert

RGB 221 75 154 -
CMYK 0 0.66 0.30 0.13
HSL 327.53º 0.68% 0.58% -
HSV(B) 327.53º 0.66% 0.87% -
XYZ 38.17 22.74 32.95 -
YUV 127.66 142.87 194.58 -
System Red Green Blue C M Y K H S L
Decimal 221 75 154 0 0.66 0.30 0.13 327.53 0.68 0.58
Hex DD 4B 9A 0 42 1E D 148 44 3A
Octal 335 113 232 0 102 36 15 510 104 72
Binary 11011101 1001011 10011010 0 1000010 11110 1101 101001000 1000100 111010

Color Harmonies of #DD4B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B9A

Black with #DD4B9A

Text Example


Text Example

White with #DD4B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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