Html Css Color HEX #DC4BA3 Mulberry

📋 copy color: '#DC4BA3'

red 220 ◦ green 75 ◦ blue 163

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

Shades of Mulberry #DC4BA3

Tints of Mulberry #DC4BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.59%

R = 48.03%
G = 16.38%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC4BA3 (or 0xDC4BA3) is known color: Mulberry. HEX triplet: DC, 4B and A3. RGB value is (220,75,163). Sum of RGB (Red+Green+Blue) = 220+75+163=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 163 (64.06% from 255 or 35.59% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4BA3 is #23B45C. Grayscale: #808080. Windows color (decimal): -2339933 or 10701788. OLE color: 10701788.

HSL color Cylindrical-coordinate representation of color #DC4BA3: hue angle of 323.59º 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 #DC4BA3 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 75 163 -
CMYK 0 0.66 0.26 0.14
HSL 323.59º 0.67% 0.58% -
HSV(B) 323.59º 0.66% 0.86% -
XYZ 38.64 22.89 37.03 -
YUV 128.39 147.54 193.34 -
System Red Green Blue C M Y K H S L
Decimal 220 75 163 0 0.66 0.26 0.14 323.59 0.67 0.58
Hex DC 4B A3 0 42 1A E 144 43 3A
Octal 334 113 243 0 102 32 16 504 103 72
Binary 11011100 1001011 10100011 0 1000010 11010 1110 101000100 1000011 111010

Color Harmonies of #DC4BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4BA3

Black with #DC4BA3

Text Example


Text Example

White with #DC4BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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