#D75CC2

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

Shades of Free Speech Magenta #D75CC2

Tints of Free Speech Magenta #D75CC2

Color information

#D75CC2 (or 0xD75CC2) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5C and C2. RGB value is (215,92,194). Sum of RGB (Red+Green+Blue) = 215+92+194=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D75CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75CC2 is #28A33D. Grayscale: #8C8C8C. Windows color (decimal): -2663230 or 12737751. OLE color: 12737751.

HSL color Cylindrical-coordinate representation of color #D75CC2: hue angle of 310.24º 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 #D75CC2 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB21592194-
CMYK00.570.100.16
HSL310.24º60.59%60.2%-
HSV(B)310.24º57.21%84.31%-
XYZ41.592653.86-
YUV140.4158.25181.21-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 92 (36.33% from 255) = 18.36%
BLUE value IS 194 (76.17% from 255) = 38.72%
R=42.91%
G=18.36%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159219400.570.100.16310.2460.5960.2
HexD75CC2039A101363d3c
Octal32713430207112204667574
Binary110101111011100110000100111001101010000100110110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75CC2; }

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

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

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

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

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

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

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

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