#D75CC8

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

Shades of Free Speech Magenta #D75CC8

Tints of Free Speech Magenta #D75CC8

Color information

#D75CC8 (or 0xD75CC8) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 5C and C8. RGB value is (215,92,200). Sum of RGB (Red+Green+Blue) = 215+92+200=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 92 (36.33% from 255 or 18.15% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D75CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75CC8 is #28A337. Grayscale: #8C8C8C. Windows color (decimal): -2663224 or 13130967. OLE color: 13130967.

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

Color convert

RGB21592200-
CMYK00.570.070.16
HSL307.32º60.59%60.2%-
HSV(B)307.32º57.21%84.31%-
XYZ42.2826.2757.49-
YUV141.09161.25180.72-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.41%
GREEN value IS 92 (36.33% from 255) = 18.15%
BLUE value IS 200 (78.52% from 255) = 39.45%
R=42.41%
G=18.15%
B=39.45%

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
Decimal2159220000.570.070.16307.3260.5960.2
HexD75CC80397101333d3c
Octal3271343100717204637574
Binary11010111101110011001000011100111110000100110011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75CC8; }

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

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

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

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

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

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

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

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