#DF50DD

Color #DF50DD Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #DF50DD

Tints of Free Speech Magenta #DF50DD

Color information

#DF50DD (or 0xDF50DD) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 50 and DD. RGB value is (223,80,221). Sum of RGB (Red+Green+Blue) = 223+80+221=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50DD is #20AF22. Grayscale: #8A8A8A. Windows color (decimal): -2141987 or 14504159. OLE color: 14504159.

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

Color convert

RGB22380221-
CMYK00.640.010.13
HSL300.84º69.08%59.41%-
HSV(B)300.84º64.13%87.45%-
XYZ46.3526.6571.11-
YUV138.83174.38188.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 80 (31.64% from 255) = 15.27%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=42.56%
G=15.27%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238022100.640.010.13300.8469.0859.41
HexDF50DD0401D12d453b
Octal337120335010011545510573
Binary1101111110100001101110101000000111011001011011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF50DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF50DD; }

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

 H1.HeaderClassName
 {
   color: #DF50DD;
 }
 .AnyTagClassName
 {
   color: #DF50DD;
 }
</style>
background-color css

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

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

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

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

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

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