Html Css Color HEX #DD46AC Mulberry

📋 copy color: '#DD46AC'

red 221 ◦ green 70 ◦ blue 172

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

Shades of Mulberry #DD46AC

Tints of Mulberry #DD46AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.12%

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 47.73%
G = 15.12%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD46AC (or 0xDD46AC) is known color: Mulberry. HEX triplet: DD, 46 and AC. RGB value is (221,70,172). Sum of RGB (Red+Green+Blue) = 221+70+172=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD46AC is #22B953. Grayscale: #7E7E7E. Windows color (decimal): -2275668 or 11290333. OLE color: 11290333.

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

Color convert

RGB 221 70 172 -
CMYK 0 0.68 0.22 0.13
HSL 319.47º 0.69% 0.57% -
HSV(B) 319.47º 0.68% 0.87% -
XYZ 39.46 22.73 41.34 -
YUV 126.78 153.53 195.21 -
System Red Green Blue C M Y K H S L
Decimal 221 70 172 0 0.68 0.22 0.13 319.47 0.69 0.57
Hex DD 46 AC 0 44 16 D 13F 45 39
Octal 335 106 254 0 104 26 15 477 105 71
Binary 11011101 1000110 10101100 0 1000100 10110 1101 100111111 1000101 111001

Color Harmonies of #DD46AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46AC

Black with #DD46AC

Text Example


Text Example

White with #DD46AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46AC; }

 p { color: rgb(221,70,172); }

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

background-color css

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

 a { background-color: rgb(221,70,172); }

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

border-color css

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

 span { border-color: rgb(221,70,172); }

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