#DF62BF

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

Shades of Free Speech Magenta #DF62BF

Tints of Free Speech Magenta #DF62BF

Color information

#DF62BF (or 0xDF62BF) is unknown color: approx Free Speech Magenta. HEX triplet: DF, 62 and BF. RGB value is (223,98,191). Sum of RGB (Red+Green+Blue) = 223+98+191=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DF62BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF62BF is #209D40. Grayscale: #919191. Windows color (decimal): -2137409 or 12542687. OLE color: 12542687.

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

Color convert

RGB22398191-
CMYK00.560.140.13
HSL315.36º66.14%62.94%-
HSV(B)315.36º56.05%87.45%-
XYZ44.228.1852.4-
YUV145.98153.41182.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.55%
GREEN value IS 98 (38.67% from 255) = 19.14%
BLUE value IS 191 (75% from 255) = 37.30%
R=43.55%
G=19.14%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2239819100.560.140.13315.3666.1462.94
HexDF62BF038ED13b423f
Octal337142277070161547310277
Binary110111111100010101111110111000111011011001110111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF62BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF62BF; }

 p { color: rgb(223,98,191); }

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

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

 a { background-color: rgb(223,98,191); }

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

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

 span { border-color: rgb(223,98,191); }

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