Html Css Color HEX #DC52A6 Mulberry

📋 copy color: '#DC52A6'

red 220 ◦ green 82 ◦ blue 166

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

Shades of Mulberry #DC52A6

Tints of Mulberry #DC52A6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.52%

 BLUE value IS 166 (65.23% from 255) = 35.47%

R = 47.01%
G = 17.52%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC52A6 (or 0xDC52A6) is known color: Mulberry. HEX triplet: DC, 52 and A6. RGB value is (220,82,166). Sum of RGB (Red+Green+Blue) = 220+82+166=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC52A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC52A6 is #23AD59. Grayscale: #848484. Windows color (decimal): -2338138 or 10900188. OLE color: 10900188.

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

Color convert

RGB 220 82 166 -
CMYK 0 0.63 0.25 0.14
HSL 323.48º 0.66% 0.59% -
HSV(B) 323.48º 0.63% 0.86% -
XYZ 39.42 24 38.63 -
YUV 132.84 146.72 190.17 -
System Red Green Blue C M Y K H S L
Decimal 220 82 166 0 0.63 0.25 0.14 323.48 0.66 0.59
Hex DC 52 A6 0 3F 19 E 143 42 3B
Octal 334 122 246 0 77 31 16 503 102 73
Binary 11011100 1010010 10100110 0 111111 11001 1110 101000011 1000010 111011

Color Harmonies of #DC52A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC52A6

Black with #DC52A6

Text Example


Text Example

White with #DC52A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC52A6; }

 p { color: rgb(220,82,166); }

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

background-color css

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

 a { background-color: rgb(220,82,166); }

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

border-color css

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

 span { border-color: rgb(220,82,166); }

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