#D95BD4

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

Shades of Free Speech Magenta #D95BD4

Tints of Free Speech Magenta #D95BD4

Color information

#D95BD4 (or 0xD95BD4) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5B and D4. RGB value is (217,91,212). Sum of RGB (Red+Green+Blue) = 217+91+212=520 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.73% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 217 - color contains mainly: red. Hex color #D95BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95BD4 is #26A42B. Grayscale: #8E8E8E. Windows color (decimal): -2532396 or 13917145. OLE color: 13917145.

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

Color convert

RGB21791212-
CMYK00.580.020.15
HSL302.38º62.38%60.39%-
HSV(B)302.38º58.06%85.1%-
XYZ44.2426.9965.16-
YUV142.47167.24181.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.73%
GREEN value IS 91 (35.94% from 255) = 17.5%
BLUE value IS 212 (83.20% from 255) = 40.77%
R=41.73%
G=17.5%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179121200.580.020.15302.3862.3860.39
HexD95BD403A2F12e3e3c
Octal3311333240722174567674
Binary110110011011011110101000111010101111100101110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95BD4; }

 p { color: rgb(217,91,212); }

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

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

 a { background-color: rgb(217,91,212); }

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

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

 span { border-color: rgb(217,91,212); }

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