Html Css Color HEX #DD4EA5 Mulberry

📋 copy color: '#DD4EA5'

red 221 ◦ green 78 ◦ blue 165

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

Shades of Mulberry #DD4EA5

Tints of Mulberry #DD4EA5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.81%

 BLUE value IS 165 (64.84% from 255) = 35.56%

R = 47.63%
G = 16.81%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD4EA5 (or 0xDD4EA5) is known color: Mulberry. HEX triplet: DD, 4E and A5. RGB value is (221,78,165). Sum of RGB (Red+Green+Blue) = 221+78+165=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4EA5 is #22B15A. Grayscale: #828282. Windows color (decimal): -2273627 or 10833629. OLE color: 10833629.

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

Color convert

RGB 221 78 165 -
CMYK 0 0.65 0.25 0.13
HSL 323.5º 0.68% 0.59% -
HSV(B) 323.5º 0.65% 0.87% -
XYZ 39.33 23.54 38.07 -
YUV 130.68 147.38 192.43 -
System Red Green Blue C M Y K H S L
Decimal 221 78 165 0 0.65 0.25 0.13 323.5 0.68 0.59
Hex DD 4E A5 0 41 19 D 143 44 3B
Octal 335 116 245 0 101 31 15 503 104 73
Binary 11011101 1001110 10100101 0 1000001 11001 1101 101000011 1000100 111011

Color Harmonies of #DD4EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4EA5

Black with #DD4EA5

Text Example


Text Example

White with #DD4EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4EA5; }

 p { color: rgb(221,78,165); }

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

background-color css

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

 a { background-color: rgb(221,78,165); }

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

border-color css

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

 span { border-color: rgb(221,78,165); }

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