Html Css Color HEX #DF509B Mulberry

📋 copy color: '#DF509B'

red 223 ◦ green 80 ◦ blue 155

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

Shades of Mulberry #DF509B

Tints of Mulberry #DF509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.47%

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

R = 48.69%
G = 17.47%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF509B (or 0xDF509B) is known color: Mulberry. HEX triplet: DF, 50 and 9B. RGB value is (223,80,155). Sum of RGB (Red+Green+Blue) = 223+80+155=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF509B is #20AF64. Grayscale: #838383. Windows color (decimal): -2142053 or 10178783. OLE color: 10178783.

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

Color convert

RGB 223 80 155 -
CMYK 0 0.64 0.30 0.13
HSL 328.53º 0.69% 0.59% -
HSV(B) 328.53º 0.64% 0.87% -
XYZ 39.22 23.79 33.54 -
YUV 131.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 223 80 155 0 0.64 0.30 0.13 328.53 0.69 0.59
Hex DF 50 9B 0 40 1E D 149 45 3B
Octal 337 120 233 0 100 36 15 511 105 73
Binary 11011111 1010000 10011011 0 1000000 11110 1101 101001001 1000101 111011

Color Harmonies of #DF509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF509B

Black with #DF509B

Text Example


Text Example

White with #DF509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF509B; }

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

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

background-color css

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

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

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

border-color css

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

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

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