Html Css Color HEX #DC46AE Mulberry

📋 copy color: '#DC46AE'

red 220 ◦ green 70 ◦ blue 174

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

Shades of Mulberry #DC46AE

Tints of Mulberry #DC46AE

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.09%

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 47.41%
G = 15.09%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC46AE (or 0xDC46AE) is known color: Mulberry. HEX triplet: DC, 46 and AE. RGB value is (220,70,174). Sum of RGB (Red+Green+Blue) = 220+70+174=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC46AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC46AE is #23B951. Grayscale: #7E7E7E. Windows color (decimal): -2341202 or 11421404. OLE color: 11421404.

HSL color Cylindrical-coordinate representation of color #DC46AE: hue angle of 318.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC46AE is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 70 174 -
CMYK 0 0.68 0.21 0.14
HSL 318.4º 0.68% 0.57% -
HSV(B) 318.4º 0.68% 0.86% -
XYZ 39.35 22.65 42.34 -
YUV 126.71 154.7 194.54 -
System Red Green Blue C M Y K H S L
Decimal 220 70 174 0 0.68 0.21 0.14 318.4 0.68 0.57
Hex DC 46 AE 0 44 15 E 13E 44 39
Octal 334 106 256 0 104 25 16 476 104 71
Binary 11011100 1000110 10101110 0 1000100 10101 1110 100111110 1000100 111001

Color Harmonies of #DC46AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC46AE

Black with #DC46AE

Text Example


Text Example

White with #DC46AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC46AE; }

 p { color: rgb(220,70,174); }

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

background-color css

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

 a { background-color: rgb(220,70,174); }

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

border-color css

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

 span { border-color: rgb(220,70,174); }

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