Html Css Color HEX #DC4B9D Mulberry

📋 copy color: '#DC4B9D'

red 220 ◦ green 75 ◦ blue 157

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

Shades of Mulberry #DC4B9D

Tints of Mulberry #DC4B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.73%

R = 48.67%
G = 16.59%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC4B9D (or 0xDC4B9D) is known color: Mulberry. HEX triplet: DC, 4B and 9D. RGB value is (220,75,157). Sum of RGB (Red+Green+Blue) = 220+75+157=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4B9D is #23B462. Grayscale: #7F7F7F. Windows color (decimal): -2339939 or 10308572. OLE color: 10308572.

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

Color convert

RGB 220 75 157 -
CMYK 0 0.66 0.29 0.14
HSL 326.07º 0.67% 0.58% -
HSV(B) 326.07º 0.66% 0.86% -
XYZ 38.12 22.68 34.27 -
YUV 127.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 220 75 157 0 0.66 0.29 0.14 326.07 0.67 0.58
Hex DC 4B 9D 0 42 1D E 146 43 3A
Octal 334 113 235 0 102 35 16 506 103 72
Binary 11011100 1001011 10011101 0 1000010 11101 1110 101000110 1000011 111010

Color Harmonies of #DC4B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4B9D

Black with #DC4B9D

Text Example


Text Example

White with #DC4B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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