Html Css Color HEX #DF5298 Mulberry

📋 copy color: '#DF5298'

red 223 ◦ green 82 ◦ blue 152

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

Shades of Mulberry #DF5298

Tints of Mulberry #DF5298

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.94%

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

R = 48.8%
G = 17.94%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DF5298 (or 0xDF5298) is known color: Mulberry. HEX triplet: DF, 52 and 98. RGB value is (223,82,152). Sum of RGB (Red+Green+Blue) = 223+82+152=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 82 (32.42% from 255 or 17.94% from 457); Blue value is 152 (59.77% from 255 or 33.26% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5298 is #20AD67. Grayscale: #848484. Windows color (decimal): -2141544 or 9982687. OLE color: 9982687.

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

Color convert

RGB 223 82 152 -
CMYK 0 0.63 0.32 0.13
HSL 330.21º 0.69% 0.6% -
HSV(B) 330.21º 0.63% 0.87% -
XYZ 39.12 23.99 32.27 -
YUV 132.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 223 82 152 0 0.63 0.32 0.13 330.21 0.69 0.6
Hex DF 52 98 0 3F 20 D 14A 45 3C
Octal 337 122 230 0 77 40 15 512 105 74
Binary 11011111 1010010 10011000 0 111111 100000 1101 101001010 1000101 111100

Color Harmonies of #DF5298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5298

Black with #DF5298

Text Example


Text Example

White with #DF5298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5298; }

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

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

background-color css

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

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

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

border-color css

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

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

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