#D94CCC

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

Shades of Free Speech Magenta #D94CCC

Tints of Free Speech Magenta #D94CCC

Color information

#D94CCC (or 0xD94CCC) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 4C and CC. RGB value is (217,76,204). Sum of RGB (Red+Green+Blue) = 217+76+204=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94CCC is #26B333. Grayscale: #848484. Windows color (decimal): -2536244 or 13389017. OLE color: 13389017.

HSL color Cylindrical-coordinate representation of color #D94CCC: hue angle of 305.53º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94CCC is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21776204-
CMYK00.650.060.15
HSL305.53º64.98%57.45%-
HSV(B)305.53º64.98%85.1%-
XYZ42.124.2859.59-
YUV132.75168.21188.09-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 76 (30.08% from 255) = 15.29%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=43.66%
G=15.29%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177620400.650.060.15305.5364.9857.45
HexD94CCC0416F1324139
Octal331114314010161746210171
Binary110110011001100110011000100000111011111001100101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94CCC; }

 p { color: rgb(217,76,204); }

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

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

 a { background-color: rgb(217,76,204); }

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

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

 span { border-color: rgb(217,76,204); }

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