#D842D0

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

Shades of Free Speech Magenta #D842D0

Tints of Free Speech Magenta #D842D0

Color information

#D842D0 (or 0xD842D0) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 42 and D0. RGB value is (216,66,208). Sum of RGB (Red+Green+Blue) = 216+66+208=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D842D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842D0 is #27BD2F. Grayscale: #7E7E7E. Windows color (decimal): -2604336 or 13648600. OLE color: 13648600.

HSL color Cylindrical-coordinate representation of color #D842D0: hue angle of 303.2º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D842D0 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB21666208-
CMYK00.690.040.15
HSL303.2º65.79%55.29%-
HSV(B)303.2º69.44%84.71%-
XYZ41.6523.0561.93-
YUV127.04173.7191.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.08%
GREEN value IS 66 (26.17% from 255) = 13.47%
BLUE value IS 208 (81.64% from 255) = 42.45%
R=44.08%
G=13.47%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166620800.690.040.15303.265.7955.29
HexD842D00454F12f4237
Octal330102320010541745710267
Binary110110001000010110100000100010110011111001011111000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D842D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D842D0; }

 p { color: rgb(216,66,208); }

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

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

 a { background-color: rgb(216,66,208); }

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

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

 span { border-color: rgb(216,66,208); }

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