#D760C1

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

Shades of Free Speech Magenta #D760C1

Tints of Free Speech Magenta #D760C1

Color information

#D760C1 (or 0xD760C1) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 60 and C1. RGB value is (215,96,193). Sum of RGB (Red+Green+Blue) = 215+96+193=504 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.66% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 215 - color contains mainly: red. Hex color #D760C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760C1 is #289F3E. Grayscale: #8E8E8E. Windows color (decimal): -2662207 or 12673239. OLE color: 12673239.

HSL color Cylindrical-coordinate representation of color #D760C1: hue angle of 311.09º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D760C1 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB21596193-
CMYK00.550.100.16
HSL311.09º59.8%60.98%-
HSV(B)311.09º55.35%84.31%-
XYZ41.8326.6653.39-
YUV142.64156.42179.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.66%
GREEN value IS 96 (37.89% from 255) = 19.05%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=42.66%
G=19.05%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159619300.550.100.16311.0959.860.98
HexD760C1037A101373c3d
Octal32714030106712204677475
Binary110101111100000110000010110111101010000100110111111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D760C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D760C1; }

 p { color: rgb(215,96,193); }

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

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

 a { background-color: rgb(215,96,193); }

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

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

 span { border-color: rgb(215,96,193); }

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