Html Css Color HEX #DD4B9B Mulberry

📋 copy color: '#DD4B9B'

red 221 ◦ green 75 ◦ blue 155

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

Shades of Mulberry #DD4B9B

Tints of Mulberry #DD4B9B

RGB

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

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

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

R = 49%
G = 16.63%
B = 34.37%

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

#DD4B9B (or 0xDD4B9B) is known color: Mulberry. HEX triplet: DD, 4B and 9B. RGB value is (221,75,155). Sum of RGB (Red+Green+Blue) = 221+75+155=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 75 (29.69% from 255 or 16.63% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4B9B is #22B464. Grayscale: #7F7F7F. Windows color (decimal): -2274405 or 10177501. OLE color: 10177501.

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

Color convert

RGB 221 75 155 -
CMYK 0 0.66 0.30 0.13
HSL 327.12º 0.68% 0.58% -
HSV(B) 327.12º 0.66% 0.87% -
XYZ 38.25 22.77 33.39 -
YUV 127.77 143.37 194.5 -
System Red Green Blue C M Y K H S L
Decimal 221 75 155 0 0.66 0.30 0.13 327.12 0.68 0.58
Hex DD 4B 9B 0 42 1E D 147 44 3A
Octal 335 113 233 0 102 36 15 507 104 72
Binary 11011101 1001011 10011011 0 1000010 11110 1101 101000111 1000100 111010

Color Harmonies of #DD4B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4B9B

Black with #DD4B9B

Text Example


Text Example

White with #DD4B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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