#d84cd2

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

Shades of Free Speech Magenta #D84CD2

Tints of Free Speech Magenta #D84CD2

Color information

#D84CD2 (or 0xD84CD2) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 4C and D2. RGB value is (216,76,210). Sum of RGB (Red+Green+Blue) = 216+76+210=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 210 (82.42% from 255 or 41.83% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CD2 is #27B32D. Grayscale: #848484. Windows color (decimal): -2601774 or 13782232. OLE color: 13782232.

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

Color convert

RGB21676210-
CMYK00.650.030.15
HSL302.57º64.22%57.25%-
HSV(B)302.57º64.81%84.71%-
XYZ42.5424.4263.44-
YUV133.14171.38187.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.03%
GREEN value IS 76 (30.08% from 255) = 15.14%
BLUE value IS 210 (82.42% from 255) = 41.83%
R=43.03%
G=15.14%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167621000.650.030.15302.5764.2257.25
HexD84CD20413F12f4039
Octal330114322010131745710071
Binary11011000100110011010010010000011111111001011111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d84cd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d84cd2; }

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

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

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

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

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

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

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

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