Html Css Color HEX #DD569A Mulberry

📋 copy color: '#DD569A'

red 221 ◦ green 86 ◦ blue 154

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

Shades of Mulberry #DD569A

Tints of Mulberry #DD569A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.41%

R = 47.94%
G = 18.66%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD569A (or 0xDD569A) is known color: Mulberry. HEX triplet: DD, 56 and 9A. RGB value is (221,86,154). Sum of RGB (Red+Green+Blue) = 221+86+154=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD569A is #22A965. Grayscale: #858585. Windows color (decimal): -2271590 or 10114781. OLE color: 10114781.

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

Color convert

RGB 221 86 154 -
CMYK 0 0.61 0.30 0.13
HSL 329.78º 0.67% 0.6% -
HSV(B) 329.78º 0.61% 0.87% -
XYZ 38.98 24.36 33.22 -
YUV 134.12 139.23 189.97 -
System Red Green Blue C M Y K H S L
Decimal 221 86 154 0 0.61 0.30 0.13 329.78 0.67 0.6
Hex DD 56 9A 0 3D 1E D 14A 43 3C
Octal 335 126 232 0 75 36 15 512 103 74
Binary 11011101 1010110 10011010 0 111101 11110 1101 101001010 1000011 111100

Color Harmonies of #DD569A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD569A

Black with #DD569A

Text Example


Text Example

White with #DD569A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD569A; }

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

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

background-color css

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

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

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

border-color css

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

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

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