#D75CC9

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

Shades of Free Speech Magenta #D75CC9

Tints of Free Speech Magenta #D75CC9

Color information

#D75CC9 (or 0xD75CC9) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5C and C9. RGB value is (215,92,201). Sum of RGB (Red+Green+Blue) = 215+92+201=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 92 (36.33% from 255 or 18.11% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D75CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75CC9 is #28A336. Grayscale: #8C8C8C. Windows color (decimal): -2663223 or 13196503. OLE color: 13196503.

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

Color convert

RGB21592201-
CMYK00.570.070.16
HSL306.83º60.59%60.2%-
HSV(B)306.83º57.21%84.31%-
XYZ42.3926.3258.1-
YUV141.2161.75180.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.32%
GREEN value IS 92 (36.33% from 255) = 18.11%
BLUE value IS 201 (78.91% from 255) = 39.57%
R=42.32%
G=18.11%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159220100.570.070.16306.8360.5960.2
HexD75CC90397101333d3c
Octal3271343110717204637574
Binary11010111101110011001001011100111110000100110011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75CC9; }

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

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

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

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

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

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

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

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