Html Css Color HEX #DD43AD Mulberry

📋 copy color: '#DD43AD'

red 221 ◦ green 67 ◦ blue 173

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

Shades of Mulberry #DD43AD

Tints of Mulberry #DD43AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.53%

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

R = 47.94%
G = 14.53%
B = 37.53%

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

#DD43AD (or 0xDD43AD) is known color: Mulberry. HEX triplet: DD, 43 and AD. RGB value is (221,67,173). Sum of RGB (Red+Green+Blue) = 221+67+173=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 67 (26.56% from 255 or 14.53% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD43AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD43AD is #22BC52. Grayscale: #7C7C7C. Windows color (decimal): -2276435 or 11355101. OLE color: 11355101.

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

Color convert

RGB 221 67 173 -
CMYK 0 0.70 0.22 0.13
HSL 318.7º 0.69% 0.56% -
HSV(B) 318.7º 0.7% 0.87% -
XYZ 39.37 22.4 41.78 -
YUV 125.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 221 67 173 0 0.70 0.22 0.13 318.7 0.69 0.56
Hex DD 43 AD 0 46 16 D 13F 45 38
Octal 335 103 255 0 106 26 15 477 105 70
Binary 11011101 1000011 10101101 0 1000110 10110 1101 100111111 1000101 111000

Color Harmonies of #DD43AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD43AD

Black with #DD43AD

Text Example


Text Example

White with #DD43AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD43AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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