#D442D9

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

Shades of Free Speech Magenta #D442D9

Tints of Free Speech Magenta #D442D9

Color information

#D442D9 (or 0xD442D9) is unknown color: approx Free Speech Magenta. HEX triplet: D4, 42 and D9. RGB value is (212,66,217). Sum of RGB (Red+Green+Blue) = 212+66+217=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #D442D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D442D9 is #2BBD26. Grayscale: #7E7E7E. Windows color (decimal): -2866471 or 14238420. OLE color: 14238420.

HSL color Cylindrical-coordinate representation of color #D442D9: hue angle of 298.01º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D442D9 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21266217-
CMYK0.020.7000.15
HSL298.01º66.52%55.49%-
HSV(B)298.01º69.59%85.1%-
XYZ41.6222.967.87-
YUV126.87178.87188.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 66 (26.17% from 255) = 13.33%
BLUE value IS 217 (85.16% from 255) = 43.84%
R=42.83%
G=13.33%
B=43.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212662170.020.7000.15298.0166.5255.49
HexD442D92460F12a4337
Octal324102331210601745210367
Binary11010100100001011011001101000110011111001010101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D442D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D442D9; }

 p { color: rgb(212,66,217); }

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

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

 a { background-color: rgb(212,66,217); }

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

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

 span { border-color: rgb(212,66,217); }

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