#D95BD5

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

Shades of Free Speech Magenta #D95BD5

Tints of Free Speech Magenta #D95BD5

Color information

#D95BD5 (or 0xD95BD5) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5B and D5. RGB value is (217,91,213). Sum of RGB (Red+Green+Blue) = 217+91+213=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D95BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95BD5 is #26A42A. Grayscale: #8E8E8E. Windows color (decimal): -2532395 or 13982681. OLE color: 13982681.

HSL color Cylindrical-coordinate representation of color #D95BD5: hue angle of 301.9º 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 #D95BD5 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB21791213-
CMYK00.580.020.15
HSL301.9º62.38%60.39%-
HSV(B)301.9º58.06%85.1%-
XYZ44.3727.0465.83-
YUV142.58167.74181.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 91 (35.94% from 255) = 17.47%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=41.65%
G=17.47%
B=40.88%

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
Decimal2179121300.580.020.15301.962.3860.39
HexD95BD503A2F12e3e3c
Octal3311333250722174567674
Binary110110011011011110101010111010101111100101110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95BD5; }

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

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

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

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

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

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

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

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