#D761CD

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

Shades of Free Speech Magenta #D761CD

Tints of Free Speech Magenta #D761CD

Color information

#D761CD (or 0xD761CD) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 61 and CD. RGB value is (215,97,205). Sum of RGB (Red+Green+Blue) = 215+97+205=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D761CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761CD is #289E32. Grayscale: #909090. Windows color (decimal): -2661939 or 13459927. OLE color: 13459927.

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

Color convert

RGB21597205-
CMYK00.550.050.16
HSL305.08º59.6%61.18%-
HSV(B)305.08º54.88%84.31%-
XYZ43.3227.460.76-
YUV144.59162.09178.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.59%
GREEN value IS 97 (38.28% from 255) = 18.76%
BLUE value IS 205 (80.47% from 255) = 39.65%
R=41.59%
G=18.76%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159720500.550.050.16305.0859.661.18
HexD761CD0375101313c3d
Octal3271413150675204617475
Binary11010111110000111001101011011110110000100110001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D761CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D761CD; }

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

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

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

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

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

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

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

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