#D948F0

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

Shades of Free Speech Magenta #D948F0

Tints of Free Speech Magenta #D948F0

Color information

#D948F0 (or 0xD948F0) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 48 and F0. RGB value is (217,72,240). Sum of RGB (Red+Green+Blue) = 217+72+240=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 72 (28.52% from 255 or 13.61% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #D948F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D948F0 is #26B70F. Grayscale: #858585. Windows color (decimal): -2537232 or 15747289. OLE color: 15747289.

HSL color Cylindrical-coordinate representation of color #D948F0: hue angle of 291.79º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D948F0 is Cyan = 0.10, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB21772240-
CMYK0.100.700.06
HSL291.79º84.85%61.18%-
HSV(B)291.79º70%94.12%-
XYZ46.6625.6884.94-
YUV134.51187.54186.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 72 (28.52% from 255) = 13.61%
BLUE value IS 240 (94.14% from 255) = 45.37%
R=41.02%
G=13.61%
B=45.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal217722400.100.700.06291.7984.8561.18
HexD948F0A4606124553d
Octal331110360121060644412575
Binary110110011001000111100001010100011001101001001001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D948F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D948F0; }

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

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

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

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

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

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

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

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