Html Css Color HEX #DD469F Mulberry

📋 copy color: '#DD469F'

red 221 ◦ green 70 ◦ blue 159

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

Shades of Mulberry #DD469F

Tints of Mulberry #DD469F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.56%

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

R = 49.11%
G = 15.56%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD469F (or 0xDD469F) is known color: Mulberry. HEX triplet: DD, 46 and 9F. RGB value is (221,70,159). Sum of RGB (Red+Green+Blue) = 221+70+159=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD469F is #22B960. Grayscale: #7D7D7D. Windows color (decimal): -2275681 or 10438365. OLE color: 10438365.

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

Color convert

RGB 221 70 159 -
CMYK 0 0.68 0.28 0.13
HSL 324.64º 0.69% 0.57% -
HSV(B) 324.64º 0.68% 0.87% -
XYZ 38.27 22.26 35.08 -
YUV 125.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 221 70 159 0 0.68 0.28 0.13 324.64 0.69 0.57
Hex DD 46 9F 0 44 1C D 145 45 39
Octal 335 106 237 0 104 34 15 505 105 71
Binary 11011101 1000110 10011111 0 1000100 11100 1101 101000101 1000101 111001

Color Harmonies of #DD469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD469F

Black with #DD469F

Text Example


Text Example

White with #DD469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD469F; }

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

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

background-color css

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

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

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

border-color css

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

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

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