Html Css Color HEX #DD519B Mulberry

📋 copy color: '#DD519B'

red 221 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #DD519B

Tints of Mulberry #DD519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.92%

R = 48.36%
G = 17.72%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD519B (or 0xDD519B) is known color: Mulberry. HEX triplet: DD, 51 and 9B. RGB value is (221,81,155). Sum of RGB (Red+Green+Blue) = 221+81+155=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 155 (60.94% from 255 or 33.92% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD519B is #22AE64. Grayscale: #838383. Windows color (decimal): -2272869 or 10179037. OLE color: 10179037.

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

Color convert

RGB 221 81 155 -
CMYK 0 0.63 0.30 0.13
HSL 328.29º 0.67% 0.59% -
HSV(B) 328.29º 0.63% 0.87% -
XYZ 38.68 23.62 33.53 -
YUV 131.3 141.38 191.98 -
System Red Green Blue C M Y K H S L
Decimal 221 81 155 0 0.63 0.30 0.13 328.29 0.67 0.59
Hex DD 51 9B 0 3F 1E D 148 43 3B
Octal 335 121 233 0 77 36 15 510 103 73
Binary 11011101 1010001 10011011 0 111111 11110 1101 101001000 1000011 111011

Color Harmonies of #DD519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD519B

Black with #DD519B

Text Example


Text Example

White with #DD519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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