Html Css Color HEX #DF5198 Mulberry

📋 copy color: '#DF5198'

red 223 ◦ green 81 ◦ blue 152

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

Shades of Mulberry #DF5198

Tints of Mulberry #DF5198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.76%

 BLUE value IS 152 (59.77% from 255) = 33.33%

R = 48.9%
G = 17.76%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF5198 (or 0xDF5198) is known color: Mulberry. HEX triplet: DF, 51 and 98. RGB value is (223,81,152). Sum of RGB (Red+Green+Blue) = 223+81+152=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 152 (59.77% from 255 or 33.33% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5198 is #20AE67. Grayscale: #838383. Windows color (decimal): -2141800 or 9982431. OLE color: 9982431.

HSL color Cylindrical-coordinate representation of color #DF5198: hue angle of 330º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5198 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 81 152 -
CMYK 0 0.64 0.32 0.13
HSL 330º 0.69% 0.6% -
HSV(B) 330º 0.64% 0.87% -
XYZ 39.04 23.84 32.25 -
YUV 131.55 139.54 193.23 -
System Red Green Blue C M Y K H S L
Decimal 223 81 152 0 0.64 0.32 0.13 330 0.69 0.6
Hex DF 51 98 0 40 20 D 14A 45 3C
Octal 337 121 230 0 100 40 15 512 105 74
Binary 11011111 1010001 10011000 0 1000000 100000 1101 101001010 1000101 111100

Color Harmonies of #DF5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5198

Black with #DF5198

Text Example


Text Example

White with #DF5198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5198; }

 p { color: rgb(223,81,152); }

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

background-color css

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

 a { background-color: rgb(223,81,152); }

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

border-color css

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

 span { border-color: rgb(223,81,152); }

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