#d843d7

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

Shades of Free Speech Magenta #D843D7

Tints of Free Speech Magenta #D843D7

Color information

#D843D7 (or 0xD843D7) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 43 and D7. RGB value is (216,67,215). Sum of RGB (Red+Green+Blue) = 216+67+215=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 215 (84.38% from 255 or 43.17% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D843D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D843D7 is #27BC28. Grayscale: #7F7F7F. Windows color (decimal): -2604073 or 14107608. OLE color: 14107608.

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

Color convert

RGB21667215-
CMYK00.690.000.15
HSL300.4º65.64%55.49%-
HSV(B)300.4º68.98%84.71%-
XYZ42.5923.5266.58-
YUV128.42176.86190.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.37%
GREEN value IS 67 (26.56% from 255) = 13.45%
BLUE value IS 215 (84.38% from 255) = 43.17%
R=43.37%
G=13.45%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166721500.690.000.15300.465.6455.49
HexD843D70450F12c4237
Octal330103327010501745410267
Binary1101100010000111101011101000101011111001011001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d843d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d843d7; }

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

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

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

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

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

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

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

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