#D639D9

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

Shades of Free Speech Magenta #D639D9

Tints of Free Speech Magenta #D639D9

Color information

#D639D9 (or 0xD639D9) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 39 and D9. RGB value is (214,57,217). Sum of RGB (Red+Green+Blue) = 214+57+217=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 57 (22.66% from 255 or 11.68% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #D639D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D639D9 is #29C626. Grayscale: #797979. Windows color (decimal): -2737703 or 14236118. OLE color: 14236118.

HSL color Cylindrical-coordinate representation of color #D639D9: hue angle of 298.88º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D639D9 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21457217-
CMYK0.010.7400.15
HSL298.88º67.8%53.73%-
HSV(B)298.88º73.73%85.1%-
XYZ41.7222.2367.74-
YUV122.18181.51193.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.85%
GREEN value IS 57 (22.66% from 255) = 11.68%
BLUE value IS 217 (85.16% from 255) = 44.47%
R=43.85%
G=11.68%
B=44.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214572170.010.7400.15298.8867.853.73
HexD639D914A0F12b4436
Octal32671331111201745310466
Binary110101101110011101100111001010011111001010111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D639D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D639D9; }

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

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

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

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

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

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

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

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