#d84cd8

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

Shades of Free Speech Magenta #D84CD8

Tints of Free Speech Magenta #D84CD8

Color information

#D84CD8 (or 0xD84CD8) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 4C and D8. RGB value is (216,76,216). Sum of RGB (Red+Green+Blue) = 216+76+216=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: red, blue. Hex color #D84CD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CD8 is #27B327. Grayscale: #858585. Windows color (decimal): -2601768 or 14175448. OLE color: 14175448.

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

Color convert

RGB21676216-
CMYK00.6500.15
HSL300º64.22%57.25%-
HSV(B)300º64.81%84.71%-
XYZ43.324.7367.46-
YUV133.82174.38186.62-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.52%
GREEN value IS 76 (30.08% from 255) = 14.96%
BLUE value IS 216 (84.77% from 255) = 42.52%
R=42.52%
G=14.96%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167621600.6500.1530064.2257.25
HexD84CD80410F12c4039
Octal330114330010101745410071
Binary1101100010011001101100001000001011111001011001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d84cd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d84cd8; }

 p { color: rgb(216,76,216); }

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

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

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

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

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

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

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