#D855D4

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

Shades of Free Speech Magenta #D855D4

Tints of Free Speech Magenta #D855D4

Color information

#D855D4 (or 0xD855D4) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 55 and D4. RGB value is (216,85,212). Sum of RGB (Red+Green+Blue) = 216+85+212=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D855D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855D4 is #27AA2B. Grayscale: #8A8A8A. Windows color (decimal): -2599468 or 13915608. OLE color: 13915608.

HSL color Cylindrical-coordinate representation of color #D855D4: hue angle of 301.83º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D855D4 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB21685212-
CMYK00.610.020.15
HSL301.83º62.68%59.02%-
HSV(B)301.83º60.65%84.71%-
XYZ43.4525.8564.99-
YUV138.65169.4183.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.11%
GREEN value IS 85 (33.59% from 255) = 16.57%
BLUE value IS 212 (83.20% from 255) = 41.33%
R=42.11%
G=16.57%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168521200.610.020.15301.8362.6859.02
HexD855D403D2F12e3f3b
Octal3301253240752174567773
Binary110110001010101110101000111101101111100101110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D855D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D855D4; }

 p { color: rgb(216,85,212); }

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

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

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

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

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

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

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