#DF50DA

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

Shades of Free Speech Magenta #DF50DA

Tints of Free Speech Magenta #DF50DA

Color information

#DF50DA (or 0xDF50DA) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 50 and DA. RGB value is (223,80,218). Sum of RGB (Red+Green+Blue) = 223+80+218=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF50DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF50DA is #20AF25. Grayscale: #8A8A8A. Windows color (decimal): -2141990 or 14307551. OLE color: 14307551.

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

Color convert

RGB22380218-
CMYK00.640.020.13
HSL302.1º69.08%59.41%-
HSV(B)302.1º64.13%87.45%-
XYZ45.9526.4969.02-
YUV138.49172.88188.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 80 (31.64% from 255) = 15.36%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=42.80%
G=15.36%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238021800.640.020.13302.169.0859.41
HexDF50DA0402D12e453b
Octal337120332010021545610573
Binary11011111101000011011010010000001011011001011101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF50DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF50DA; }

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

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

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

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

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

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

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

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