#D761CA

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

Shades of Free Speech Magenta #D761CA

Tints of Free Speech Magenta #D761CA

Color information

#D761CA (or 0xD761CA) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 61 and CA. RGB value is (215,97,202). Sum of RGB (Red+Green+Blue) = 215+97+202=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D761CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761CA is #289E35. Grayscale: #8F8F8F. Windows color (decimal): -2661942 or 13263319. OLE color: 13263319.

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

Color convert

RGB21597202-
CMYK00.550.060.16
HSL306.61º59.6%61.18%-
HSV(B)306.61º54.88%84.31%-
XYZ42.9627.2658.87-
YUV144.25160.59178.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.83%
GREEN value IS 97 (38.28% from 255) = 18.87%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=41.83%
G=18.87%
B=39.30%

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
Decimal2159720200.550.060.16306.6159.661.18
HexD761CA0376101333c3d
Octal3271413120676204637475
Binary11010111110000111001010011011111010000100110011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D761CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D761CA; }

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

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

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

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

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

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

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

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