#df52cf

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

Shades of Free Speech Magenta #DF52CF

Tints of Free Speech Magenta #DF52CF

Color information

#DF52CF (or 0xDF52CF) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 52 and CF. RGB value is (223,82,207). Sum of RGB (Red+Green+Blue) = 223+82+207=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52CF is #20AD30. Grayscale: #8A8A8A. Windows color (decimal): -2141489 or 13587167. OLE color: 13587167.

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

Color convert

RGB22382207-
CMYK00.630.070.13
HSL306.81º68.78%59.8%-
HSV(B)306.81º63.23%87.45%-
XYZ44.7126.2361.74-
YUV138.41166.71188.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.55%
GREEN value IS 82 (32.42% from 255) = 16.02%
BLUE value IS 207 (81.25% from 255) = 40.43%
R=43.55%
G=16.02%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238220700.630.070.13306.8168.7859.8
HexDF52CF03F7D133453c
Octal33712231707771546310574
Binary11011111101001011001111011111111111011001100111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df52cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df52cf; }

 p { color: rgb(223,82,207); }

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

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

 a { background-color: rgb(223,82,207); }

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

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

 span { border-color: rgb(223,82,207); }

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