#D75FCA

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

Shades of Free Speech Magenta #D75FCA

Tints of Free Speech Magenta #D75FCA

Color information

#D75FCA (or 0xD75FCA) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5F and CA. RGB value is (215,95,202). Sum of RGB (Red+Green+Blue) = 215+95+202=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D75FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75FCA is #28A035. Grayscale: #8E8E8E. Windows color (decimal): -2662454 or 13262807. OLE color: 13262807.

HSL color Cylindrical-coordinate representation of color #D75FCA: hue angle of 306.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 #D75FCA is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB21595202-
CMYK00.560.060.16
HSL306.5º60%60.78%-
HSV(B)306.5º55.81%84.31%-
XYZ42.7826.958.81-
YUV143.08161.26179.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.99%
GREEN value IS 95 (37.5% from 255) = 18.55%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=41.99%
G=18.55%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159520200.560.060.16306.56060.78
HexD75FCA0386101323c3d
Octal3271373120706204627475
Binary11010111101111111001010011100011010000100110010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75FCA; }

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

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

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

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

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

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

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

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