#D95DDC

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

Shades of Free Speech Magenta #D95DDC

Tints of Free Speech Magenta #D95DDC

Color information

#D95DDC (or 0xD95DDC) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5D and DC. RGB value is (217,93,220). Sum of RGB (Red+Green+Blue) = 217+93+220=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 93 (36.72% from 255 or 17.55% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #D95DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DDC is #26A223. Grayscale: #909090. Windows color (decimal): -2531876 or 14441945. OLE color: 14441945.

HSL color Cylindrical-coordinate representation of color #D95DDC: hue angle of 298.58º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95DDC is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB21793220-
CMYK0.010.5800.14
HSL298.58º64.47%61.37%-
HSV(B)298.58º57.73%86.27%-
XYZ45.4527.7570.67-
YUV144.55170.58179.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.94%
GREEN value IS 93 (36.72% from 255) = 17.55%
BLUE value IS 220 (86.33% from 255) = 41.51%
R=40.94%
G=17.55%
B=41.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal217932200.010.5800.14298.5864.4761.37
HexD95DDC13A0E12b403d
Octal33113533417201645310075
Binary110110011011101110111001111010011101001010111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DDC; }

 p { color: rgb(217,93,220); }

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

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

 a { background-color: rgb(217,93,220); }

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

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

 span { border-color: rgb(217,93,220); }

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