#D94CC6

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

Shades of Free Speech Magenta #D94CC6

Tints of Free Speech Magenta #D94CC6

Color information

#D94CC6 (or 0xD94CC6) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 4C and C6. RGB value is (217,76,198). Sum of RGB (Red+Green+Blue) = 217+76+198=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94CC6 is #26B339. Grayscale: #838383. Windows color (decimal): -2536250 or 12995801. OLE color: 12995801.

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

Color convert

RGB21776198-
CMYK00.650.090.15
HSL308.09º64.98%57.45%-
HSV(B)308.09º64.98%85.1%-
XYZ41.392455.88-
YUV132.07165.21188.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 76 (30.08% from 255) = 15.48%
BLUE value IS 198 (77.73% from 255) = 40.33%
R=44.20%
G=15.48%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177619800.650.090.15308.0964.9857.45
HexD94CC60419F1344139
Octal3311143060101111746410171
Binary1101100110011001100011001000001100111111001101001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94CC6; }

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

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

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

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

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

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

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

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