Html Css Color HEX #DD469D Mulberry

📋 copy color: '#DD469D'

red 221 ◦ green 70 ◦ blue 157

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

Shades of Mulberry #DD469D

Tints of Mulberry #DD469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.04%

R = 49.33%
G = 15.63%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD469D (or 0xDD469D) is known color: Mulberry. HEX triplet: DD, 46 and 9D. RGB value is (221,70,157). Sum of RGB (Red+Green+Blue) = 221+70+157=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD469D is #22B962. Grayscale: #7C7C7C. Windows color (decimal): -2275683 or 10307293. OLE color: 10307293.

HSL color Cylindrical-coordinate representation of color #DD469D: hue angle of 325.43º 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 #DD469D is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 70 157 -
CMYK 0 0.68 0.29 0.13
HSL 325.43º 0.69% 0.57% -
HSV(B) 325.43º 0.68% 0.87% -
XYZ 38.09 22.19 34.17 -
YUV 125.07 146.03 196.43 -
System Red Green Blue C M Y K H S L
Decimal 221 70 157 0 0.68 0.29 0.13 325.43 0.69 0.57
Hex DD 46 9D 0 44 1D D 145 45 39
Octal 335 106 235 0 104 35 15 505 105 71
Binary 11011101 1000110 10011101 0 1000100 11101 1101 101000101 1000101 111001

Color Harmonies of #DD469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD469D

Black with #DD469D

Text Example


Text Example

White with #DD469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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