Html Css Color HEX #DC4B93 Mulberry

📋 copy color: '#DC4B93'

red 220 ◦ green 75 ◦ blue 147

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

Shades of Mulberry #DC4B93

Tints of Mulberry #DC4B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.26%

R = 49.77%
G = 16.97%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC4B93 (or 0xDC4B93) is known color: Mulberry. HEX triplet: DC, 4B and 93. RGB value is (220,75,147). Sum of RGB (Red+Green+Blue) = 220+75+147=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4B93 is #23B46C. Grayscale: #7E7E7E. Windows color (decimal): -2339949 or 9653212. OLE color: 9653212.

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

Color convert

RGB 220 75 147 -
CMYK 0 0.66 0.33 0.14
HSL 330.21º 0.67% 0.58% -
HSV(B) 330.21º 0.66% 0.86% -
XYZ 37.3 22.35 29.95 -
YUV 126.56 139.54 194.65 -
System Red Green Blue C M Y K H S L
Decimal 220 75 147 0 0.66 0.33 0.14 330.21 0.67 0.58
Hex DC 4B 93 0 42 21 E 14A 43 3A
Octal 334 113 223 0 102 41 16 512 103 72
Binary 11011100 1001011 10010011 0 1000010 100001 1110 101001010 1000011 111010

Color Harmonies of #DC4B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4B93

Black with #DC4B93

Text Example


Text Example

White with #DC4B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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