Html Css Color HEX #DD459F Mulberry

📋 copy color: '#DD459F'

red 221 ◦ green 69 ◦ blue 159

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

Shades of Mulberry #DD459F

Tints of Mulberry #DD459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.37%

 BLUE value IS 159 (62.5% from 255) = 35.41%

R = 49.22%
G = 15.37%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD459F (or 0xDD459F) is known color: Mulberry. HEX triplet: DD, 45 and 9F. RGB value is (221,69,159). Sum of RGB (Red+Green+Blue) = 221+69+159=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 69 (27.34% from 255 or 15.37% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD459F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD459F is #22BA60. Grayscale: #7C7C7C. Windows color (decimal): -2275937 or 10438109. OLE color: 10438109.

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

Color convert

RGB 221 69 159 -
CMYK 0 0.69 0.28 0.13
HSL 324.47º 0.69% 0.57% -
HSV(B) 324.47º 0.69% 0.87% -
XYZ 38.2 22.13 35.06 -
YUV 124.71 147.36 196.68 -
System Red Green Blue C M Y K H S L
Decimal 221 69 159 0 0.69 0.28 0.13 324.47 0.69 0.57
Hex DD 45 9F 0 45 1C D 144 45 39
Octal 335 105 237 0 105 34 15 504 105 71
Binary 11011101 1000101 10011111 0 1000101 11100 1101 101000100 1000101 111001

Color Harmonies of #DD459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD459F

Black with #DD459F

Text Example


Text Example

White with #DD459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD459F; }

 p { color: rgb(221,69,159); }

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

background-color css

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

 a { background-color: rgb(221,69,159); }

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

border-color css

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

 span { border-color: rgb(221,69,159); }

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