Html Css Color HEX #DD46A2 Mulberry

📋 copy color: '#DD46A2'

red 221 ◦ green 70 ◦ blue 162

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

Shades of Mulberry #DD46A2

Tints of Mulberry #DD46A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.76%

R = 48.79%
G = 15.45%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD46A2 (or 0xDD46A2) is known color: Mulberry. HEX triplet: DD, 46 and A2. RGB value is (221,70,162). Sum of RGB (Red+Green+Blue) = 221+70+162=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD46A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD46A2 is #22B95D. Grayscale: #7D7D7D. Windows color (decimal): -2275678 or 10634973. OLE color: 10634973.

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

Color convert

RGB 221 70 162 -
CMYK 0 0.68 0.27 0.13
HSL 323.44º 0.69% 0.57% -
HSV(B) 323.44º 0.68% 0.87% -
XYZ 38.53 22.36 36.47 -
YUV 125.64 148.53 196.02 -
System Red Green Blue C M Y K H S L
Decimal 221 70 162 0 0.68 0.27 0.13 323.44 0.69 0.57
Hex DD 46 A2 0 44 1B D 143 45 39
Octal 335 106 242 0 104 33 15 503 105 71
Binary 11011101 1000110 10100010 0 1000100 11011 1101 101000011 1000101 111001

Color Harmonies of #DD46A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD46A2

Black with #DD46A2

Text Example


Text Example

White with #DD46A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD46A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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