Html Css Color HEX #DD519C Mulberry

📋 copy color: '#DD519C'

red 221 ◦ green 81 ◦ blue 156

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

Shades of Mulberry #DD519C

Tints of Mulberry #DD519C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.69%

 BLUE value IS 156 (61.33% from 255) = 34.06%

R = 48.25%
G = 17.69%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD519C (or 0xDD519C) is known color: Mulberry. HEX triplet: DD, 51 and 9C. RGB value is (221,81,156). Sum of RGB (Red+Green+Blue) = 221+81+156=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD519C is #22AE63. Grayscale: #838383. Windows color (decimal): -2272868 or 10244573. OLE color: 10244573.

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

Color convert

RGB 221 81 156 -
CMYK 0 0.63 0.29 0.13
HSL 327.86º 0.67% 0.59% -
HSV(B) 327.86º 0.63% 0.87% -
XYZ 38.76 23.66 33.98 -
YUV 131.41 141.88 191.9 -
System Red Green Blue C M Y K H S L
Decimal 221 81 156 0 0.63 0.29 0.13 327.86 0.67 0.59
Hex DD 51 9C 0 3F 1D D 148 43 3B
Octal 335 121 234 0 77 35 15 510 103 73
Binary 11011101 1010001 10011100 0 111111 11101 1101 101001000 1000011 111011

Color Harmonies of #DD519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD519C

Black with #DD519C

Text Example


Text Example

White with #DD519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD519C; }

 p { color: rgb(221,81,156); }

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

background-color css

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

 a { background-color: rgb(221,81,156); }

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

border-color css

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

 span { border-color: rgb(221,81,156); }

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