#D642EE

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

Shades of Free Speech Magenta #D642EE

Tints of Free Speech Magenta #D642EE

Color information

#D642EE (or 0xD642EE) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 42 and EE. RGB value is (214,66,238). Sum of RGB (Red+Green+Blue) = 214+66+238=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #D642EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D642EE is #29BD11. Grayscale: #818181. Windows color (decimal): -2735378 or 15614678. OLE color: 15614678.

HSL color Cylindrical-coordinate representation of color #D642EE: hue angle of 291.63º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D642EE is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21466238-
CMYK0.100.7200.07
HSL291.63º83.5%59.61%-
HSV(B)291.63º72.27%93.33%-
XYZ45.1124.3783.21-
YUV129.86189.03188.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.31%
GREEN value IS 66 (26.17% from 255) = 12.74%
BLUE value IS 238 (93.36% from 255) = 45.95%
R=41.31%
G=12.74%
B=45.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal214662380.100.7200.07291.6383.559.61
HexD642EEA4807124533c
Octal326102356121100744412374
Binary110101101000010111011101010100100001111001001001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D642EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D642EE; }

 p { color: rgb(214,66,238); }

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

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

 a { background-color: rgb(214,66,238); }

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

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

 span { border-color: rgb(214,66,238); }

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