#D85DCC

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

Shades of Free Speech Magenta #D85DCC

Tints of Free Speech Magenta #D85DCC

Color information

#D85DCC (or 0xD85DCC) is unknown color: approx Free Speech Magenta. HEX triplet: D8, 5D and CC. RGB value is (216,93,204). Sum of RGB (Red+Green+Blue) = 216+93+204=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DCC is #27A233. Grayscale: #8E8E8E. Windows color (decimal): -2597428 or 13393368. OLE color: 13393368.

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

Color convert

RGB21693204-
CMYK00.570.060.15
HSL305.85º61.19%60.59%-
HSV(B)305.85º56.94%84.71%-
XYZ43.1326.7960.02-
YUV142.43162.75180.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.11%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=42.11%
G=18.13%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2169320400.570.060.15305.8561.1960.59
HexD85DCC0396F1323d3d
Octal3301353140716174627575
Binary1101100010111011100110001110011101111100110010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85DCC; }

 p { color: rgb(216,93,204); }

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

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

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

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

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

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

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