#d94cdc

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

Shades of Free Speech Magenta #D94CDC

Tints of Free Speech Magenta #D94CDC

Color information

#D94CDC (or 0xD94CDC) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 4C and DC. RGB value is (217,76,220). Sum of RGB (Red+Green+Blue) = 217+76+220=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #D94CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94CDC is #26B323. Grayscale: #868686. Windows color (decimal): -2536228 or 14437593. OLE color: 14437593.

HSL color Cylindrical-coordinate representation of color #D94CDC: hue angle of 298.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94CDC is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21776220-
CMYK0.010.6500.14
HSL298.75º67.29%58.04%-
HSV(B)298.75º65.45%86.27%-
XYZ44.1225.0970.23-
YUV134.57176.21186.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 76 (30.08% from 255) = 14.81%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=42.30%
G=14.81%
B=42.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal217762200.010.6500.14298.7567.2958.04
HexD94CDC1410E12b433a
Octal331114334110101645310372
Binary1101100110011001101110011000001011101001010111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d94cdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d94cdc; }

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

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

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

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

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

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

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

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