#DF3AF7

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

Shades of Free Speech Magenta #DF3AF7

Tints of Free Speech Magenta #DF3AF7

Color information

#DF3AF7 (or 0xDF3AF7) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 3A and F7. RGB value is (223,58,247). Sum of RGB (Red+Green+Blue) = 223+58+247=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 58 (23.05% from 255 or 10.98% from 528); Blue value is 247 (96.88% from 255 or 46.78% from 528); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF3AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF3AF7 is #20C508. Grayscale: #808080. Windows color (decimal): -2147593 or 16202463. OLE color: 16202463.

HSL color Cylindrical-coordinate representation of color #DF3AF7: hue angle of 292.38º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3AF7 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB22358247-
CMYK0.100.7700.03
HSL292.38º92.2%59.8%-
HSV(B)292.38º76.52%96.86%-
XYZ48.7325.4390.34-
YUV128.88194.66195.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 58 (23.05% from 255) = 10.98%
BLUE value IS 247 (96.88% from 255) = 46.78%
R=42.23%
G=10.98%
B=46.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal223582470.100.7700.03292.3892.259.8
HexDF3AF7A4D031245c3c
Octal33772367121150344413474
Binary1101111111101011110111101010011010111001001001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3AF7; }

 p { color: rgb(223,58,247); }

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

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

 a { background-color: rgb(223,58,247); }

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

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

 span { border-color: rgb(223,58,247); }

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