Html Css Color HEX #DF529D Mulberry

📋 copy color: '#DF529D'

red 223 ◦ green 82 ◦ blue 157

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

Shades of Mulberry #DF529D

Tints of Mulberry #DF529D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.98%

R = 48.27%
G = 17.75%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF529D (or 0xDF529D) is known color: Mulberry. HEX triplet: DF, 52 and 9D. RGB value is (223,82,157). Sum of RGB (Red+Green+Blue) = 223+82+157=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF529D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF529D is #20AD62. Grayscale: #848484. Windows color (decimal): -2141539 or 10310367. OLE color: 10310367.

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

Color convert

RGB 223 82 157 -
CMYK 0 0.63 0.30 0.13
HSL 328.09º 0.69% 0.6% -
HSV(B) 328.09º 0.63% 0.87% -
XYZ 39.53 24.16 34.48 -
YUV 132.71 141.71 192.4 -
System Red Green Blue C M Y K H S L
Decimal 223 82 157 0 0.63 0.30 0.13 328.09 0.69 0.6
Hex DF 52 9D 0 3F 1E D 148 45 3C
Octal 337 122 235 0 77 36 15 510 105 74
Binary 11011111 1010010 10011101 0 111111 11110 1101 101001000 1000101 111100

Color Harmonies of #DF529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF529D

Black with #DF529D

Text Example


Text Example

White with #DF529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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