#D949E8

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

Shades of Free Speech Magenta #D949E8

Tints of Free Speech Magenta #D949E8

Color information

#D949E8 (or 0xD949E8) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 49 and E8. RGB value is (217,73,232). Sum of RGB (Red+Green+Blue) = 217+73+232=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 232 (91.02% from 255 or 44.44% from 522); Max value from RGB is 232 - color contains mainly: blue. Hex color #D949E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D949E8 is #26B617. Grayscale: #858585. Windows color (decimal): -2536984 or 15223257. OLE color: 15223257.

HSL color Cylindrical-coordinate representation of color #D949E8: hue angle of 294.34º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D949E8 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21773232-
CMYK0.060.6900.09
HSL294.34º77.56%59.8%-
HSV(B)294.34º68.53%90.98%-
XYZ45.5625.3478.83-
YUV134.18183.21187.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.57%
GREEN value IS 73 (28.91% from 255) = 13.98%
BLUE value IS 232 (91.02% from 255) = 44.44%
R=41.57%
G=13.98%
B=44.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal217732320.060.6900.09294.3477.5659.8
HexD949E8645091264e3c
Octal331111350610501144611674
Binary110110011001001111010001101000101010011001001101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D949E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D949E8; }

 p { color: rgb(217,73,232); }

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

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

 a { background-color: rgb(217,73,232); }

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

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

 span { border-color: rgb(217,73,232); }

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