#D348E7

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

Shades of Free Speech Magenta #D348E7

Tints of Free Speech Magenta #D348E7

Color information

#D348E7 (or 0xD348E7) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 48 and E7. RGB value is (211,72,231). Sum of RGB (Red+Green+Blue) = 211+72+231=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 72 (28.52% from 255 or 14.01% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #D348E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D348E7 is #2CB718. Grayscale: #838383. Windows color (decimal): -2930457 or 15157459. OLE color: 15157459.

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

Color convert

RGB21172231-
CMYK0.090.6900.09
HSL292.45º76.81%59.41%-
HSV(B)292.45º68.83%90.59%-
XYZ43.6124.2577.98-
YUV131.69184.05184.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.05%
GREEN value IS 72 (28.52% from 255) = 14.01%
BLUE value IS 231 (90.62% from 255) = 44.94%
R=41.05%
G=14.01%
B=44.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211722310.090.6900.09292.4576.8159.41
HexD348E7945091244d3b
Octal3231103471110501144411573
Binary1101001110010001110011110011000101010011001001001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D348E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D348E7; }

 p { color: rgb(211,72,231); }

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

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

 a { background-color: rgb(211,72,231); }

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

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

 span { border-color: rgb(211,72,231); }

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