#df52be

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

Shades of Free Speech Magenta #DF52BE

Tints of Free Speech Magenta #DF52BE

Color information

#DF52BE (or 0xDF52BE) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 52 and BE. RGB value is (223,82,190). Sum of RGB (Red+Green+Blue) = 223+82+190=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF52BE is #20AD41. Grayscale: #888888. Windows color (decimal): -2141506 or 12473055. OLE color: 12473055.

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

Color convert

RGB22382190-
CMYK00.630.150.13
HSL314.04º68.78%59.8%-
HSV(B)314.04º63.23%87.45%-
XYZ42.7425.4451.37-
YUV136.47158.21189.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.05%
GREEN value IS 82 (32.42% from 255) = 16.57%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=45.05%
G=16.57%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238219000.630.150.13314.0468.7859.8
HexDF52BE03FFD13a453c
Octal337122276077171547210574
Binary110111111010010101111100111111111111011001110101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df52be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df52be; }

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

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

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

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

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

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

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

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