Html Css Color HEX #DD569C Mulberry

📋 copy color: '#DD569C'

red 221 ◦ green 86 ◦ blue 156

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

Shades of Mulberry #DD569C

Tints of Mulberry #DD569C

RGB

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

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

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

R = 47.73%
G = 18.57%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD569C (or 0xDD569C) is known color: Mulberry. HEX triplet: DD, 56 and 9C. RGB value is (221,86,156). Sum of RGB (Red+Green+Blue) = 221+86+156=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD569C is #22A963. Grayscale: #868686. Windows color (decimal): -2271588 or 10245853. OLE color: 10245853.

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

Color convert

RGB 221 86 156 -
CMYK 0 0.61 0.29 0.13
HSL 328.89º 0.67% 0.6% -
HSV(B) 328.89º 0.61% 0.87% -
XYZ 39.15 24.43 34.1 -
YUV 134.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 221 86 156 0 0.61 0.29 0.13 328.89 0.67 0.6
Hex DD 56 9C 0 3D 1D D 149 43 3C
Octal 335 126 234 0 75 35 15 511 103 74
Binary 11011101 1010110 10011100 0 111101 11101 1101 101001001 1000011 111100

Color Harmonies of #DD569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD569C

Black with #DD569C

Text Example


Text Example

White with #DD569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD569C; }

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

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

background-color css

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

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

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

border-color css

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

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

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