Html Css Color HEX #DF4A96 Mulberry

📋 copy color: '#DF4A96'

red 223 ◦ green 74 ◦ blue 150

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

Shades of Mulberry #DF4A96

Tints of Mulberry #DF4A96

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.55%

 BLUE value IS 150 (58.98% from 255) = 33.56%

R = 49.89%
G = 16.55%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF4A96 (or 0xDF4A96) is known color: Mulberry. HEX triplet: DF, 4A and 96. RGB value is (223,74,150). Sum of RGB (Red+Green+Blue) = 223+74+150=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 74 (29.30% from 255 or 16.55% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4A96 is #20B569. Grayscale: #7F7F7F. Windows color (decimal): -2143594 or 9849567. OLE color: 9849567.

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

Color convert

RGB 223 74 150 -
CMYK 0 0.67 0.33 0.13
HSL 329.4º 0.7% 0.58% -
HSV(B) 329.4º 0.67% 0.87% -
XYZ 38.39 22.79 31.23 -
YUV 127.22 140.86 196.32 -
System Red Green Blue C M Y K H S L
Decimal 223 74 150 0 0.67 0.33 0.13 329.4 0.7 0.58
Hex DF 4A 96 0 43 21 D 149 46 3A
Octal 337 112 226 0 103 41 15 511 106 72
Binary 11011111 1001010 10010110 0 1000011 100001 1101 101001001 1000110 111010

Color Harmonies of #DF4A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A96

Black with #DF4A96

Text Example


Text Example

White with #DF4A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A96; }

 p { color: rgb(223,74,150); }

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

background-color css

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

 a { background-color: rgb(223,74,150); }

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

border-color css

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

 span { border-color: rgb(223,74,150); }

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