#D648EA

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

Shades of Free Speech Magenta #D648EA

Tints of Free Speech Magenta #D648EA

Color information

#D648EA (or 0xD648EA) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 48 and EA. RGB value is (214,72,234). Sum of RGB (Red+Green+Blue) = 214+72+234=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #D648EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D648EA is #29B715. Grayscale: #848484. Windows color (decimal): -2733846 or 15354070. OLE color: 15354070.

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

Color convert

RGB21472234-
CMYK0.090.6900.08
HSL292.59º79.41%60%-
HSV(B)292.59º69.23%91.76%-
XYZ44.924.8780.28-
YUV132.93185.04185.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 72 (28.52% from 255) = 13.85%
BLUE value IS 234 (91.80% from 255) = 45%
R=41.15%
G=13.85%
B=45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal214722340.090.6900.08292.5979.4160
HexD648EA945081254f3c
Octal3261103521110501044511774
Binary1101011010010001110101010011000101010001001001011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D648EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D648EA; }

 p { color: rgb(214,72,234); }

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

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

 a { background-color: rgb(214,72,234); }

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

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

 span { border-color: rgb(214,72,234); }

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