#D95DCB

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

Shades of Free Speech Magenta #D95DCB

Tints of Free Speech Magenta #D95DCB

Color information

#D95DCB (or 0xD95DCB) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5D and CB. RGB value is (217,93,203). Sum of RGB (Red+Green+Blue) = 217+93+203=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DCB is #26A234. Grayscale: #8E8E8E. Windows color (decimal): -2531893 or 13327833. OLE color: 13327833.

HSL color Cylindrical-coordinate representation of color #D95DCB: hue angle of 306.77º degrees, saturation: 0.62, 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 #D95DCB is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21793203-
CMYK00.570.060.15
HSL306.77º62%60.78%-
HSV(B)306.77º57.14%85.1%-
XYZ43.3126.8959.41-
YUV142.62162.08181.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 203 (79.69% from 255) = 39.57%
R=42.30%
G=18.13%
B=39.57%

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
Decimal2179320300.570.060.15306.776260.78
HexD95DCB0396F1333e3d
Octal3311353130716174637675
Binary1101100110111011100101101110011101111100110011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DCB; }

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

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

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

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

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

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

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

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