Html Css Color HEX #DD5698 Mulberry

📋 copy color: '#DD5698'

red 221 ◦ green 86 ◦ blue 152

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

Shades of Mulberry #DD5698

Tints of Mulberry #DD5698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.74%

 BLUE value IS 152 (59.77% from 255) = 33.12%

R = 48.15%
G = 18.74%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD5698 (or 0xDD5698) is known color: Mulberry. HEX triplet: DD, 56 and 98. RGB value is (221,86,152). Sum of RGB (Red+Green+Blue) = 221+86+152=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5698 is #22A967. Grayscale: #858585. Windows color (decimal): -2271592 or 9983709. OLE color: 9983709.

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

Color convert

RGB 221 86 152 -
CMYK 0 0.61 0.31 0.13
HSL 330.67º 0.67% 0.6% -
HSV(B) 330.67º 0.61% 0.87% -
XYZ 38.81 24.29 32.35 -
YUV 133.89 138.23 190.13 -
System Red Green Blue C M Y K H S L
Decimal 221 86 152 0 0.61 0.31 0.13 330.67 0.67 0.6
Hex DD 56 98 0 3D 1F D 14B 43 3C
Octal 335 126 230 0 75 37 15 513 103 74
Binary 11011101 1010110 10011000 0 111101 11111 1101 101001011 1000011 111100

Color Harmonies of #DD5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5698

Black with #DD5698

Text Example


Text Example

White with #DD5698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5698; }

 p { color: rgb(221,86,152); }

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

background-color css

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

 a { background-color: rgb(221,86,152); }

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

border-color css

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

 span { border-color: rgb(221,86,152); }

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