Html Css Color HEX #DC569D Mulberry

📋 copy color: '#DC569D'

red 220 ◦ green 86 ◦ blue 157

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

Shades of Mulberry #DC569D

Tints of Mulberry #DC569D

RGB

 RED value IS 220 (86.33% from 255) = 47.52%

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

 BLUE value IS 157 (61.72% from 255) = 33.91%

R = 47.52%
G = 18.57%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC569D (or 0xDC569D) is known color: Mulberry. HEX triplet: DC, 56 and 9D. RGB value is (220,86,157). Sum of RGB (Red+Green+Blue) = 220+86+157=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC569D is #23A962. Grayscale: #868686. Windows color (decimal): -2337123 or 10311388. OLE color: 10311388.

HSL color Cylindrical-coordinate representation of color #DC569D: hue angle of 328.21º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC569D is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 86 157 -
CMYK 0 0.61 0.29 0.14
HSL 328.21º 0.66% 0.6% -
HSV(B) 328.21º 0.61% 0.86% -
XYZ 38.93 24.31 34.54 -
YUV 134.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 220 86 157 0 0.61 0.29 0.14 328.21 0.66 0.6
Hex DC 56 9D 0 3D 1D E 148 42 3C
Octal 334 126 235 0 75 35 16 510 102 74
Binary 11011100 1010110 10011101 0 111101 11101 1110 101001000 1000010 111100

Color Harmonies of #DC569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC569D

Black with #DC569D

Text Example


Text Example

White with #DC569D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC569D; }

 p { color: rgb(220,86,157); }

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

background-color css

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

 a { background-color: rgb(220,86,157); }

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

border-color css

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

 span { border-color: rgb(220,86,157); }

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