#D45FD7

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

Shades of Free Speech Magenta #D45FD7

Tints of Free Speech Magenta #D45FD7

Color information

#D45FD7 (or 0xD45FD7) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 5F and D7. RGB value is (212,95,215). Sum of RGB (Red+Green+Blue) = 212+95+215=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #D45FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D45FD7 is #2BA028. Grayscale: #8F8F8F. Windows color (decimal): -2859049 or 14114772. OLE color: 14114772.

HSL color Cylindrical-coordinate representation of color #D45FD7: hue angle of 298.5º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D45FD7 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21295215-
CMYK0.010.5600.16
HSL298.5º60%60.78%-
HSV(B)298.5º55.81%84.31%-
XYZ43.5127.0967.23-
YUV143.66168.26176.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 95 (37.5% from 255) = 18.20%
BLUE value IS 215 (84.38% from 255) = 41.19%
R=40.61%
G=18.20%
B=41.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal212952150.010.5600.16298.56060.78
HexD45FD713801012a3c3d
Octal3241373271700204527475
Binary110101001011111110101111111000010000100101010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45FD7; }

 p { color: rgb(212,95,215); }

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

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

 a { background-color: rgb(212,95,215); }

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

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

 span { border-color: rgb(212,95,215); }

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