Html Css Color HEX #DC41AE Mulberry

📋 copy color: '#DC41AE'

red 220 ◦ green 65 ◦ blue 174

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

Shades of Mulberry #DC41AE

Tints of Mulberry #DC41AE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.16%

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

R = 47.93%
G = 14.16%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DC41AE (or 0xDC41AE) is known color: Mulberry. HEX triplet: DC, 41 and AE. RGB value is (220,65,174). Sum of RGB (Red+Green+Blue) = 220+65+174=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC41AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC41AE is #23BE51. Grayscale: #7B7B7B. Windows color (decimal): -2342482 or 11420124. OLE color: 11420124.

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

Color convert

RGB 220 65 174 -
CMYK 0 0.70 0.21 0.14
HSL 317.81º 0.69% 0.56% -
HSV(B) 317.81º 0.7% 0.86% -
XYZ 39.05 22.05 42.24 -
YUV 123.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 220 65 174 0 0.70 0.21 0.14 317.81 0.69 0.56
Hex DC 41 AE 0 46 15 E 13E 45 38
Octal 334 101 256 0 106 25 16 476 105 70
Binary 11011100 1000001 10101110 0 1000110 10101 1110 100111110 1000101 111000

Color Harmonies of #DC41AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC41AE

Black with #DC41AE

Text Example


Text Example

White with #DC41AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC41AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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