#D760CA

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

Shades of Free Speech Magenta #D760CA

Tints of Free Speech Magenta #D760CA

Color information

#D760CA (or 0xD760CA) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 60 and CA. RGB value is (215,96,202). Sum of RGB (Red+Green+Blue) = 215+96+202=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D760CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760CA is #289F35. Grayscale: #8F8F8F. Windows color (decimal): -2662198 or 13263063. OLE color: 13263063.

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

Color convert

RGB21596202-
CMYK00.550.060.16
HSL306.55º59.8%60.98%-
HSV(B)306.55º55.35%84.31%-
XYZ42.8727.0858.84-
YUV143.66160.92178.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.91%
GREEN value IS 96 (37.89% from 255) = 18.71%
BLUE value IS 202 (79.30% from 255) = 39.38%
R=41.91%
G=18.71%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159620200.550.060.16306.5559.860.98
HexD760CA0376101333c3d
Octal3271403120676204637475
Binary11010111110000011001010011011111010000100110011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D760CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D760CA; }

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

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

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

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

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

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

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

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