#D84CC5

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

Shades of Free Speech Magenta #D84CC5

Tints of Free Speech Magenta #D84CC5

Color information

#D84CC5 (or 0xD84CC5) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 4C and C5. RGB value is (216,76,197). Sum of RGB (Red+Green+Blue) = 216+76+197=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D84CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D84CC5 is #27B33A. Grayscale: #838383. Windows color (decimal): -2601787 or 12930264. OLE color: 12930264.

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

Color convert

RGB21676197-
CMYK00.650.090.15
HSL308.14º64.22%57.25%-
HSV(B)308.14º64.81%84.71%-
XYZ40.9823.855.26-
YUV131.65164.88188.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 76 (30.08% from 255) = 15.54%
BLUE value IS 197 (77.34% from 255) = 40.29%
R=44.17%
G=15.54%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167619700.650.090.15308.1464.2257.25
HexD84CC50419F1344039
Octal3301143050101111746410071
Binary1101100010011001100010101000001100111111001101001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84CC5; }

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

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

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

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

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

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

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

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