Html Css Color HEX #DF529B Mulberry

📋 copy color: '#DF529B'

red 223 ◦ green 82 ◦ blue 155

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

Shades of Mulberry #DF529B

Tints of Mulberry #DF529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.7%

R = 48.48%
G = 17.83%
B = 33.7%

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

#DF529B (or 0xDF529B) is known color: Mulberry. HEX triplet: DF, 52 and 9B. RGB value is (223,82,155). Sum of RGB (Red+Green+Blue) = 223+82+155=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 155 (60.94% from 255 or 33.70% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF529B is #20AD64. Grayscale: #848484. Windows color (decimal): -2141541 or 10179295. OLE color: 10179295.

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

Color convert

RGB 223 82 155 -
CMYK 0 0.63 0.30 0.13
HSL 328.94º 0.69% 0.6% -
HSV(B) 328.94º 0.63% 0.87% -
XYZ 39.37 24.09 33.59 -
YUV 132.48 140.71 192.56 -
System Red Green Blue C M Y K H S L
Decimal 223 82 155 0 0.63 0.30 0.13 328.94 0.69 0.6
Hex DF 52 9B 0 3F 1E D 149 45 3C
Octal 337 122 233 0 77 36 15 511 105 74
Binary 11011111 1010010 10011011 0 111111 11110 1101 101001001 1000101 111100

Color Harmonies of #DF529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF529B

Black with #DF529B

Text Example


Text Example

White with #DF529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF529B; }

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

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

background-color css

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

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

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

border-color css

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

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

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