#D94DEE

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

Shades of Free Speech Magenta #D94DEE

Tints of Free Speech Magenta #D94DEE

Color information

#D94DEE (or 0xD94DEE) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 4D and EE. RGB value is (217,77,238). Sum of RGB (Red+Green+Blue) = 217+77+238=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 77 (30.47% from 255 or 14.47% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #D94DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D94DEE is #26B211. Grayscale: #888888. Windows color (decimal): -2535954 or 15617497. OLE color: 15617497.

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

Color convert

RGB21777238-
CMYK0.090.6800.07
HSL292.17º82.56%61.76%-
HSV(B)292.17º67.65%93.33%-
XYZ46.726.2383.49-
YUV137.21184.88184.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.79%
GREEN value IS 77 (30.47% from 255) = 14.47%
BLUE value IS 238 (93.36% from 255) = 44.74%
R=40.79%
G=14.47%
B=44.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal217772380.090.6800.07292.1782.5661.76
HexD94DEE94407124533e
Octal331115356111040744412376
Binary110110011001101111011101001100010001111001001001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94DEE; }

 p { color: rgb(217,77,238); }

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

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

 a { background-color: rgb(217,77,238); }

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

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

 span { border-color: rgb(217,77,238); }

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