Html Css Color HEX #DF4B96 Mulberry

📋 copy color: '#DF4B96'

red 223 ◦ green 75 ◦ blue 150

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

Shades of Mulberry #DF4B96

Tints of Mulberry #DF4B96

RGB

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

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

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

R = 49.78%
G = 16.74%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DF4B96 (or 0xDF4B96) is known color: Mulberry. HEX triplet: DF, 4B and 96. RGB value is (223,75,150). Sum of RGB (Red+Green+Blue) = 223+75+150=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4B96 is #20B469. Grayscale: #7F7F7F. Windows color (decimal): -2143338 or 9849823. OLE color: 9849823.

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

Color convert

RGB 223 75 150 -
CMYK 0 0.66 0.33 0.13
HSL 329.59º 0.7% 0.58% -
HSV(B) 329.59º 0.66% 0.87% -
XYZ 38.45 22.92 31.25 -
YUV 127.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 223 75 150 0 0.66 0.33 0.13 329.59 0.7 0.58
Hex DF 4B 96 0 42 21 D 14A 46 3A
Octal 337 113 226 0 102 41 15 512 106 72
Binary 11011111 1001011 10010110 0 1000010 100001 1101 101001010 1000110 111010

Color Harmonies of #DF4B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4B96

Black with #DF4B96

Text Example


Text Example

White with #DF4B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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