#D852C8

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

Shades of Free Speech Magenta #D852C8

Tints of Free Speech Magenta #D852C8

Color information

#D852C8 (or 0xD852C8) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 52 and C8. RGB value is (216,82,200). Sum of RGB (Red+Green+Blue) = 216+82+200=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D852C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D852C8 is #27AD37. Grayscale: #878787. Windows color (decimal): -2600248 or 13128408. OLE color: 13128408.

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

Color convert

RGB21682200-
CMYK00.620.070.15
HSL307.16º63.21%58.43%-
HSV(B)307.16º62.04%84.71%-
XYZ41.7624.857.23-
YUV135.52164.39185.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.37%
GREEN value IS 82 (32.42% from 255) = 16.47%
BLUE value IS 200 (78.52% from 255) = 40.16%
R=43.37%
G=16.47%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2168220000.620.070.15307.1663.2158.43
HexD852C803E7F1333f3a
Octal3301223100767174637772
Binary1101100010100101100100001111101111111100110011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D852C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D852C8; }

 p { color: rgb(216,82,200); }

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

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

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

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

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

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

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