#D639DF

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

Shades of Free Speech Magenta #D639DF

Tints of Free Speech Magenta #D639DF

Color information

#D639DF (or 0xD639DF) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 39 and DF. RGB value is (214,57,223). Sum of RGB (Red+Green+Blue) = 214+57+223=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 57 (22.66% from 255 or 11.54% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #D639DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639DF is #29C620. Grayscale: #7A7A7A. Windows color (decimal): -2737697 or 14629334. OLE color: 14629334.

HSL color Cylindrical-coordinate representation of color #D639DF: hue angle of 296.75º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D639DF is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21457223-
CMYK0.040.7400.13
HSL296.75º72.17%54.9%-
HSV(B)296.75º74.44%87.45%-
XYZ42.5122.5571.92-
YUV122.87184.51193-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 57 (22.66% from 255) = 11.54%
BLUE value IS 223 (87.5% from 255) = 45.14%
R=43.32%
G=11.54%
B=45.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214572230.040.7400.13296.7572.1754.9
HexD639DF44A0D1294837
Octal32671337411201545111067
Binary11010110111001110111111001001010011011001010011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D639DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D639DF; }

 p { color: rgb(214,57,223); }

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

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

 a { background-color: rgb(214,57,223); }

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

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

 span { border-color: rgb(214,57,223); }

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