#D649EE

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

Shades of Free Speech Magenta #D649EE

Tints of Free Speech Magenta #D649EE

Color information

#D649EE (or 0xD649EE) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 49 and EE. RGB value is (214,73,238). Sum of RGB (Red+Green+Blue) = 214+73+238=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #D649EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D649EE is #29B611. Grayscale: #858585. Windows color (decimal): -2733586 or 15616470. OLE color: 15616470.

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

Color convert

RGB21473238-
CMYK0.100.6900.07
HSL291.27º82.91%60.98%-
HSV(B)291.27º69.33%93.33%-
XYZ45.5525.2383.36-
YUV133.97186.71185.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 73 (28.91% from 255) = 13.90%
BLUE value IS 238 (93.36% from 255) = 45.33%
R=40.76%
G=13.90%
B=45.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal214732380.100.6900.07291.2782.9160.98
HexD649EEA4507123533d
Octal326111356121050744312375
Binary110101101001001111011101010100010101111001000111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D649EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D649EE; }

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

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

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

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

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

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

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

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