Html Css Color HEX #DC4BA9 Mulberry

📋 copy color: '#DC4BA9'

red 220 ◦ green 75 ◦ blue 169

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

Shades of Mulberry #DC4BA9

Tints of Mulberry #DC4BA9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.16%

 BLUE value IS 169 (66.41% from 255) = 36.42%

R = 47.41%
G = 16.16%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC4BA9 (or 0xDC4BA9) is known color: Mulberry. HEX triplet: DC, 4B and A9. RGB value is (220,75,169). Sum of RGB (Red+Green+Blue) = 220+75+169=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 75 (29.69% from 255 or 16.16% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4BA9 is #23B456. Grayscale: #808080. Windows color (decimal): -2339927 or 11095004. OLE color: 11095004.

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

Color convert

RGB 220 75 169 -
CMYK 0 0.66 0.23 0.14
HSL 321.1º 0.67% 0.58% -
HSV(B) 321.1º 0.66% 0.86% -
XYZ 39.19 23.11 39.93 -
YUV 129.07 150.54 192.86 -
System Red Green Blue C M Y K H S L
Decimal 220 75 169 0 0.66 0.23 0.14 321.1 0.67 0.58
Hex DC 4B A9 0 42 17 E 141 43 3A
Octal 334 113 251 0 102 27 16 501 103 72
Binary 11011100 1001011 10101001 0 1000010 10111 1110 101000001 1000011 111010

Color Harmonies of #DC4BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4BA9

Black with #DC4BA9

Text Example


Text Example

White with #DC4BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4BA9; }

 p { color: rgb(220,75,169); }

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

background-color css

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

 a { background-color: rgb(220,75,169); }

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

border-color css

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

 span { border-color: rgb(220,75,169); }

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