Html Css Color HEX #DD42AD Mulberry

📋 copy color: '#DD42AD'

red 221 ◦ green 66 ◦ blue 173

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

Shades of Mulberry #DD42AD

Tints of Mulberry #DD42AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.35%

 BLUE value IS 173 (67.97% from 255) = 37.61%

R = 48.04%
G = 14.35%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD42AD (or 0xDD42AD) is known color: Mulberry. HEX triplet: DD, 42 and AD. RGB value is (221,66,173). Sum of RGB (Red+Green+Blue) = 221+66+173=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD42AD is #22BD52. Grayscale: #7C7C7C. Windows color (decimal): -2276691 or 11354845. OLE color: 11354845.

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

Color convert

RGB 221 66 173 -
CMYK 0 0.70 0.22 0.13
HSL 318.58º 0.7% 0.56% -
HSV(B) 318.58º 0.7% 0.87% -
XYZ 39.31 22.29 41.76 -
YUV 124.54 155.35 196.8 -
System Red Green Blue C M Y K H S L
Decimal 221 66 173 0 0.70 0.22 0.13 318.58 0.7 0.56
Hex DD 42 AD 0 46 16 D 13F 46 38
Octal 335 102 255 0 106 26 15 477 106 70
Binary 11011101 1000010 10101101 0 1000110 10110 1101 100111111 1000110 111000

Color Harmonies of #DD42AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42AD

Black with #DD42AD

Text Example


Text Example

White with #DD42AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42AD; }

 p { color: rgb(221,66,173); }

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

background-color css

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

 a { background-color: rgb(221,66,173); }

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

border-color css

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

 span { border-color: rgb(221,66,173); }

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