Html Css Color HEX #DF48A5 Mulberry

📋 copy color: '#DF48A5'

red 223 ◦ green 72 ◦ blue 165

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

Shades of Mulberry #DF48A5

Tints of Mulberry #DF48A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.87%

R = 48.48%
G = 15.65%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DF48A5 (or 0xDF48A5) is known color: Mulberry. HEX triplet: DF, 48 and A5. RGB value is (223,72,165). Sum of RGB (Red+Green+Blue) = 223+72+165=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 165 (64.84% from 255 or 35.87% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF48A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF48A5 is #20B75A. Grayscale: #7F7F7F. Windows color (decimal): -2144091 or 10832095. OLE color: 10832095.

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

Color convert

RGB 223 72 165 -
CMYK 0 0.68 0.26 0.13
HSL 323.05º 0.7% 0.58% -
HSV(B) 323.05º 0.68% 0.87% -
XYZ 39.54 23.04 37.96 -
YUV 127.75 149.03 195.94 -
System Red Green Blue C M Y K H S L
Decimal 223 72 165 0 0.68 0.26 0.13 323.05 0.7 0.58
Hex DF 48 A5 0 44 1A D 143 46 3A
Octal 337 110 245 0 104 32 15 503 106 72
Binary 11011111 1001000 10100101 0 1000100 11010 1101 101000011 1000110 111010

Color Harmonies of #DF48A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF48A5

Black with #DF48A5

Text Example


Text Example

White with #DF48A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF48A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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