#D75CC4

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

Shades of Free Speech Magenta #D75CC4

Tints of Free Speech Magenta #D75CC4

Color information

#D75CC4 (or 0xD75CC4) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5C and C4. RGB value is (215,92,196). Sum of RGB (Red+Green+Blue) = 215+92+196=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 196 (76.95% from 255 or 38.97% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D75CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75CC4 is #28A33B. Grayscale: #8C8C8C. Windows color (decimal): -2663228 or 12868823. OLE color: 12868823.

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

Color convert

RGB21592196-
CMYK00.570.090.16
HSL309.27º60.59%60.2%-
HSV(B)309.27º57.21%84.31%-
XYZ41.8226.0955.06-
YUV140.63159.25181.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.74%
GREEN value IS 92 (36.33% from 255) = 18.29%
BLUE value IS 196 (76.95% from 255) = 38.97%
R=42.74%
G=18.29%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159219600.570.090.16309.2760.5960.2
HexD75CC40399101353d3c
Octal32713430407111204657574
Binary110101111011100110001000111001100110000100110101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75CC4; }

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

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

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

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

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

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

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

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