#D75CD7

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

Shades of Free Speech Magenta #D75CD7

Tints of Free Speech Magenta #D75CD7

Color information

#D75CD7 (or 0xD75CD7) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5C and D7. RGB value is (215,92,215). Sum of RGB (Red+Green+Blue) = 215+92+215=522 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.19% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: red, blue. Hex color #D75CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75CD7 is #28A328. Grayscale: #8E8E8E. Windows color (decimal): -2663209 or 14114007. OLE color: 14114007.

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

Color convert

RGB21592215-
CMYK00.5700.16
HSL300º60.59%60.2%-
HSV(B)300º57.21%84.31%-
XYZ44.1227.0167.18-
YUV142.8168.75179.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.19%
GREEN value IS 92 (36.33% from 255) = 17.62%
BLUE value IS 215 (84.38% from 255) = 41.19%
R=41.19%
G=17.62%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159221500.5700.1630060.5960.2
HexD75CD703901012c3d3c
Octal3271343270710204547574
Binary110101111011100110101110111001010000100101100111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75CD7; }

 p { color: rgb(215,92,215); }

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

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

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

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

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

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

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