Html Css Color HEX #DD42AE Mulberry

📋 copy color: '#DD42AE'

red 221 ◦ green 66 ◦ blue 174

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

Shades of Mulberry #DD42AE

Tints of Mulberry #DD42AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.74%

R = 47.94%
G = 14.32%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD42AE (or 0xDD42AE) is known color: Mulberry. HEX triplet: DD, 42 and AE. RGB value is (221,66,174). Sum of RGB (Red+Green+Blue) = 221+66+174=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD42AE is #22BD51. Grayscale: #7C7C7C. Windows color (decimal): -2276690 or 11420381. OLE color: 11420381.

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

Color convert

RGB 221 66 174 -
CMYK 0 0.70 0.21 0.13
HSL 318.19º 0.7% 0.56% -
HSV(B) 318.19º 0.7% 0.87% -
XYZ 39.41 22.32 42.28 -
YUV 124.66 155.85 196.72 -
System Red Green Blue C M Y K H S L
Decimal 221 66 174 0 0.70 0.21 0.13 318.19 0.7 0.56
Hex DD 42 AE 0 46 15 D 13E 46 38
Octal 335 102 256 0 106 25 15 476 106 70
Binary 11011101 1000010 10101110 0 1000110 10101 1101 100111110 1000110 111000

Color Harmonies of #DD42AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD42AE

Black with #DD42AE

Text Example


Text Example

White with #DD42AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD42AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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