#D948EC

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

Shades of Free Speech Magenta #D948EC

Tints of Free Speech Magenta #D948EC

Color information

#D948EC (or 0xD948EC) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 48 and EC. RGB value is (217,72,236). Sum of RGB (Red+Green+Blue) = 217+72+236=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 72 (28.52% from 255 or 13.71% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #D948EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D948EC is #26B713. Grayscale: #858585. Windows color (decimal): -2537236 or 15485145. OLE color: 15485145.

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

Color convert

RGB21772236-
CMYK0.080.6900.07
HSL293.05º81.19%60.39%-
HSV(B)293.05º69.49%92.55%-
XYZ46.0725.4481.84-
YUV134.05185.54187.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.33%
GREEN value IS 72 (28.52% from 255) = 13.71%
BLUE value IS 236 (92.58% from 255) = 44.95%
R=41.33%
G=13.71%
B=44.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal217722360.080.6900.07293.0581.1960.39
HexD948EC84507125513c
Octal331110354101050744512174
Binary110110011001000111011001000100010101111001001011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D948EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D948EC; }

 p { color: rgb(217,72,236); }

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

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

 a { background-color: rgb(217,72,236); }

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

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

 span { border-color: rgb(217,72,236); }

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