#D55FE7

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

Shades of Free Speech Magenta #D55FE7

Tints of Free Speech Magenta #D55FE7

Color information

#D55FE7 (or 0xD55FE7) is unknown color: approx Free Speech Magenta. HEX triplet: D5, 5F and E7. RGB value is (213,95,231). Sum of RGB (Red+Green+Blue) = 213+95+231=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 231 (90.62% from 255 or 42.86% from 539); Max value from RGB is 231 - color contains mainly: blue. Hex color #D55FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D55FE7 is #2AA018. Grayscale: #919191. Windows color (decimal): -2793497 or 15163349. OLE color: 15163349.

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

Color convert

RGB21395231-
CMYK0.080.5900.09
HSL292.06º73.91%63.92%-
HSV(B)292.06º58.87%90.59%-
XYZ45.9628.178.6-
YUV145.79176.09175.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.52%
GREEN value IS 95 (37.5% from 255) = 17.63%
BLUE value IS 231 (90.62% from 255) = 42.86%
R=39.52%
G=17.63%
B=42.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal213952310.080.5900.09292.0673.9163.92
HexD55FE783B091244a40
Octal3251373471073011444112100
Binary1101010110111111110011110001110110100110010010010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55FE7; }

 p { color: rgb(213,95,231); }

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

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

 a { background-color: rgb(213,95,231); }

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

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

 span { border-color: rgb(213,95,231); }

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