#d754c4

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

Shades of Free Speech Magenta #D754C4

Tints of Free Speech Magenta #D754C4

Color information

#D754C4 (or 0xD754C4) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 54 and C4. RGB value is (215,84,196). Sum of RGB (Red+Green+Blue) = 215+84+196=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D754C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754C4 is #28AB3B. Grayscale: #878787. Windows color (decimal): -2665276 or 12866775. OLE color: 12866775.

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

Color convert

RGB21584196-
CMYK00.610.090.16
HSL308.7º62.09%58.63%-
HSV(B)308.7º60.93%84.31%-
XYZ41.1624.7754.84-
YUV135.94161.9184.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.43%
GREEN value IS 84 (33.20% from 255) = 16.97%
BLUE value IS 196 (76.95% from 255) = 39.60%
R=43.43%
G=16.97%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2158419600.610.090.16308.762.0958.63
HexD754C403D9101353e3b
Octal32712430407511204657673
Binary110101111010100110001000111101100110000100110101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d754c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d754c4; }

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

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

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

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

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

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

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

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