Html Css Color HEX #DF529E Mulberry

📋 copy color: '#DF529E'

red 223 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #DF529E

Tints of Mulberry #DF529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.13%

R = 48.16%
G = 17.71%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DF529E (or 0xDF529E) is known color: Mulberry. HEX triplet: DF, 52 and 9E. RGB value is (223,82,158). Sum of RGB (Red+Green+Blue) = 223+82+158=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF529E is #20AD61. Grayscale: #848484. Windows color (decimal): -2141538 or 10375903. OLE color: 10375903.

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

Color convert

RGB 223 82 158 -
CMYK 0 0.63 0.29 0.13
HSL 327.66º 0.69% 0.6% -
HSV(B) 327.66º 0.63% 0.87% -
XYZ 39.62 24.19 34.93 -
YUV 132.82 142.21 192.32 -
System Red Green Blue C M Y K H S L
Decimal 223 82 158 0 0.63 0.29 0.13 327.66 0.69 0.6
Hex DF 52 9E 0 3F 1D D 148 45 3C
Octal 337 122 236 0 77 35 15 510 105 74
Binary 11011111 1010010 10011110 0 111111 11101 1101 101001000 1000101 111100

Color Harmonies of #DF529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF529E

Black with #DF529E

Text Example


Text Example

White with #DF529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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