Html Css Color HEX #DF509A Mulberry

📋 copy color: '#DF509A'

red 223 ◦ green 80 ◦ blue 154

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

Shades of Mulberry #DF509A

Tints of Mulberry #DF509A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.7%

R = 48.8%
G = 17.51%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF509A (or 0xDF509A) is known color: Mulberry. HEX triplet: DF, 50 and 9A. RGB value is (223,80,154). Sum of RGB (Red+Green+Blue) = 223+80+154=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF509A is #20AF65. Grayscale: #838383. Windows color (decimal): -2142054 or 10113247. OLE color: 10113247.

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

Color convert

RGB 223 80 154 -
CMYK 0 0.64 0.31 0.13
HSL 328.95º 0.69% 0.59% -
HSV(B) 328.95º 0.64% 0.87% -
XYZ 39.13 23.76 33.1 -
YUV 131.19 140.88 193.48 -
System Red Green Blue C M Y K H S L
Decimal 223 80 154 0 0.64 0.31 0.13 328.95 0.69 0.59
Hex DF 50 9A 0 40 1F D 149 45 3B
Octal 337 120 232 0 100 37 15 511 105 73
Binary 11011111 1010000 10011010 0 1000000 11111 1101 101001001 1000101 111011

Color Harmonies of #DF509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF509A

Black with #DF509A

Text Example


Text Example

White with #DF509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF509A; }

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

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

background-color css

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

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

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

border-color css

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

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

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