#D843CD

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

Shades of Free Speech Magenta #D843CD

Tints of Free Speech Magenta #D843CD

Color information

#D843CD (or 0xD843CD) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 43 and CD. RGB value is (216,67,205). Sum of RGB (Red+Green+Blue) = 216+67+205=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D843CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D843CD is #27BC32. Grayscale: #7E7E7E. Windows color (decimal): -2604083 or 13452248. OLE color: 13452248.

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

Color convert

RGB21667205-
CMYK00.690.050.15
HSL304.43º65.64%55.49%-
HSV(B)304.43º68.98%84.71%-
XYZ41.3523.0260.02-
YUV127.28171.86191.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.26%
GREEN value IS 67 (26.56% from 255) = 13.73%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=44.26%
G=13.73%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166720500.690.050.15304.4365.6455.49
HexD843CD0455F1304237
Octal330103315010551746010267
Binary110110001000011110011010100010110111111001100001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D843CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D843CD; }

 p { color: rgb(216,67,205); }

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

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

 a { background-color: rgb(216,67,205); }

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

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

 span { border-color: rgb(216,67,205); }

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