Html Css Color HEX #DC4F94 Mulberry

📋 copy color: '#DC4F94'

red 220 ◦ green 79 ◦ blue 148

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

Shades of Mulberry #DC4F94

Tints of Mulberry #DC4F94

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.67%

 BLUE value IS 148 (58.2% from 255) = 33.11%

R = 49.22%
G = 17.67%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC4F94 (or 0xDC4F94) is known color: Mulberry. HEX triplet: DC, 4F and 94. RGB value is (220,79,148). Sum of RGB (Red+Green+Blue) = 220+79+148=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4F94 is #23B06B. Grayscale: #808080. Windows color (decimal): -2338924 or 9719772. OLE color: 9719772.

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

Color convert

RGB 220 79 148 -
CMYK 0 0.64 0.33 0.14
HSL 330.64º 0.67% 0.59% -
HSV(B) 330.64º 0.64% 0.86% -
XYZ 37.66 22.95 30.46 -
YUV 129.03 138.71 192.89 -
System Red Green Blue C M Y K H S L
Decimal 220 79 148 0 0.64 0.33 0.14 330.64 0.67 0.59
Hex DC 4F 94 0 40 21 E 14B 43 3B
Octal 334 117 224 0 100 41 16 513 103 73
Binary 11011100 1001111 10010100 0 1000000 100001 1110 101001011 1000011 111011

Color Harmonies of #DC4F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F94

Black with #DC4F94

Text Example


Text Example

White with #DC4F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F94; }

 p { color: rgb(220,79,148); }

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

background-color css

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

 a { background-color: rgb(220,79,148); }

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

border-color css

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

 span { border-color: rgb(220,79,148); }

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