Html Css Color HEX #DD4FA4 Mulberry

📋 copy color: '#DD4FA4'

red 221 ◦ green 79 ◦ blue 164

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

Shades of Mulberry #DD4FA4

Tints of Mulberry #DD4FA4

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.03%

 BLUE value IS 164 (64.45% from 255) = 35.34%

R = 47.63%
G = 17.03%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD4FA4 (or 0xDD4FA4) is known color: Mulberry. HEX triplet: DD, 4F and A4. RGB value is (221,79,164). Sum of RGB (Red+Green+Blue) = 221+79+164=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4FA4 is #22B05B. Grayscale: #828282. Windows color (decimal): -2273372 or 10768349. OLE color: 10768349.

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

Color convert

RGB 221 79 164 -
CMYK 0 0.64 0.26 0.13
HSL 324.08º 0.68% 0.59% -
HSV(B) 324.08º 0.64% 0.87% -
XYZ 39.32 23.64 37.61 -
YUV 131.15 146.54 192.09 -
System Red Green Blue C M Y K H S L
Decimal 221 79 164 0 0.64 0.26 0.13 324.08 0.68 0.59
Hex DD 4F A4 0 40 1A D 144 44 3B
Octal 335 117 244 0 100 32 15 504 104 73
Binary 11011101 1001111 10100100 0 1000000 11010 1101 101000100 1000100 111011

Color Harmonies of #DD4FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4FA4

Black with #DD4FA4

Text Example


Text Example

White with #DD4FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4FA4; }

 p { color: rgb(221,79,164); }

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

background-color css

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

 a { background-color: rgb(221,79,164); }

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

border-color css

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

 span { border-color: rgb(221,79,164); }

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