Html Css Color HEX #DD499E Mulberry

📋 copy color: '#DD499E'

red 221 ◦ green 73 ◦ blue 158

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

Shades of Mulberry #DD499E

Tints of Mulberry #DD499E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.15%

 BLUE value IS 158 (62.11% from 255) = 34.96%

R = 48.89%
G = 16.15%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD499E (or 0xDD499E) is known color: Mulberry. HEX triplet: DD, 49 and 9E. RGB value is (221,73,158). Sum of RGB (Red+Green+Blue) = 221+73+158=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD499E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD499E is #22B661. Grayscale: #7E7E7E. Windows color (decimal): -2274914 or 10373597. OLE color: 10373597.

HSL color Cylindrical-coordinate representation of color #DD499E: hue angle of 325.54º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD499E is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 73 158 -
CMYK 0 0.67 0.29 0.13
HSL 325.54º 0.69% 0.58% -
HSV(B) 325.54º 0.67% 0.87% -
XYZ 38.37 22.61 34.69 -
YUV 126.94 145.53 195.09 -
System Red Green Blue C M Y K H S L
Decimal 221 73 158 0 0.67 0.29 0.13 325.54 0.69 0.58
Hex DD 49 9E 0 43 1D D 146 45 3A
Octal 335 111 236 0 103 35 15 506 105 72
Binary 11011101 1001001 10011110 0 1000011 11101 1101 101000110 1000101 111010

Color Harmonies of #DD499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD499E

Black with #DD499E

Text Example


Text Example

White with #DD499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD499E; }

 p { color: rgb(221,73,158); }

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

background-color css

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

 a { background-color: rgb(221,73,158); }

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

border-color css

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

 span { border-color: rgb(221,73,158); }

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