Html Css Color HEX #DC49AE Mulberry

📋 copy color: '#DC49AE'

red 220 ◦ green 73 ◦ blue 174

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

Shades of Mulberry #DC49AE

Tints of Mulberry #DC49AE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.63%

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

R = 47.11%
G = 15.63%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC49AE (or 0xDC49AE) is known color: Mulberry. HEX triplet: DC, 49 and AE. RGB value is (220,73,174). Sum of RGB (Red+Green+Blue) = 220+73+174=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC49AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC49AE is #23B651. Grayscale: #808080. Windows color (decimal): -2340434 or 11422172. OLE color: 11422172.

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

Color convert

RGB 220 73 174 -
CMYK 0 0.67 0.21 0.14
HSL 318.78º 0.68% 0.57% -
HSV(B) 318.78º 0.67% 0.86% -
XYZ 39.54 23.04 42.41 -
YUV 128.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 220 73 174 0 0.67 0.21 0.14 318.78 0.68 0.57
Hex DC 49 AE 0 43 15 E 13F 44 39
Octal 334 111 256 0 103 25 16 477 104 71
Binary 11011100 1001001 10101110 0 1000011 10101 1110 100111111 1000100 111001

Color Harmonies of #DC49AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC49AE

Black with #DC49AE

Text Example


Text Example

White with #DC49AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC49AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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