Html Css Color HEX #DF48A0 Mulberry

📋 copy color: '#DF48A0'

red 223 ◦ green 72 ◦ blue 160

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

Shades of Mulberry #DF48A0

Tints of Mulberry #DF48A0

RGB

 RED value IS 223 (87.5% from 255) = 49.01%

 GREEN value IS 72 (28.52% from 255) = 15.82%

 BLUE value IS 160 (62.89% from 255) = 35.16%

R = 49.01%
G = 15.82%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DF48A0 (or 0xDF48A0) is known color: Mulberry. HEX triplet: DF, 48 and A0. RGB value is (223,72,160). Sum of RGB (Red+Green+Blue) = 223+72+160=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF48A0 is #20B75F. Grayscale: #7E7E7E. Windows color (decimal): -2144096 or 10504415. OLE color: 10504415.

HSL color Cylindrical-coordinate representation of color #DF48A0: hue angle of 325.03º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF48A0 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 72 160 -
CMYK 0 0.68 0.28 0.13
HSL 325.03º 0.7% 0.58% -
HSV(B) 325.03º 0.68% 0.87% -
XYZ 39.09 22.86 35.61 -
YUV 127.18 146.53 196.34 -
System Red Green Blue C M Y K H S L
Decimal 223 72 160 0 0.68 0.28 0.13 325.03 0.7 0.58
Hex DF 48 A0 0 44 1C D 145 46 3A
Octal 337 110 240 0 104 34 15 505 106 72
Binary 11011111 1001000 10100000 0 1000100 11100 1101 101000101 1000110 111010

Color Harmonies of #DF48A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48A0

Black with #DF48A0

Text Example


Text Example

White with #DF48A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48A0; }

 p { color: rgb(223,72,160); }

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

background-color css

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

 a { background-color: rgb(223,72,160); }

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

border-color css

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

 span { border-color: rgb(223,72,160); }

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