#D761C4

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

Shades of Free Speech Magenta #D761C4

Tints of Free Speech Magenta #D761C4

Color information

#D761C4 (or 0xD761C4) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 61 and C4. RGB value is (215,97,196). Sum of RGB (Red+Green+Blue) = 215+97+196=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D761C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761C4 is #289E3B. Grayscale: #8F8F8F. Windows color (decimal): -2661948 or 12870103. OLE color: 12870103.

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

Color convert

RGB21597196-
CMYK00.550.090.16
HSL309.66º59.6%61.18%-
HSV(B)309.66º54.88%84.31%-
XYZ42.2626.9855.21-
YUV143.57157.59178.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.32%
GREEN value IS 97 (38.28% from 255) = 19.09%
BLUE value IS 196 (76.95% from 255) = 38.58%
R=42.32%
G=19.09%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2159719600.550.090.16309.6659.661.18
HexD761C40379101363c3d
Octal32714130406711204667475
Binary110101111100001110001000110111100110000100110110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D761C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D761C4; }

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

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

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

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

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

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

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

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