#D84DCF

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

Shades of Free Speech Magenta #D84DCF

Tints of Free Speech Magenta #D84DCF

Color information

#D84DCF (or 0xD84DCF) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 4D and CF. RGB value is (216,77,207). Sum of RGB (Red+Green+Blue) = 216+77+207=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 77 (30.47% from 255 or 15.4% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D84DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D84DCF is #27B230. Grayscale: #858585. Windows color (decimal): -2601521 or 13585880. OLE color: 13585880.

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

Color convert

RGB21677207-
CMYK00.640.040.15
HSL303.88º64.06%57.45%-
HSV(B)303.88º64.35%84.71%-
XYZ42.2424.4161.52-
YUV133.38169.55186.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.2%
GREEN value IS 77 (30.47% from 255) = 15.4%
BLUE value IS 207 (81.25% from 255) = 41.4%
R=43.2%
G=15.4%
B=41.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167720700.640.040.15303.8864.0657.45
HexD84DCF0404F1304039
Octal330115317010041746010071
Binary110110001001101110011110100000010011111001100001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84DCF; }

 p { color: rgb(216,77,207); }

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

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

 a { background-color: rgb(216,77,207); }

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

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

 span { border-color: rgb(216,77,207); }

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