#d95cce

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

Shades of Free Speech Magenta #D95CCE

Tints of Free Speech Magenta #D95CCE

Color information

#D95CCE (or 0xD95CCE) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5C and CE. RGB value is (217,92,206). Sum of RGB (Red+Green+Blue) = 217+92+206=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95CCE is #26A331. Grayscale: #8E8E8E. Windows color (decimal): -2532146 or 13524185. OLE color: 13524185.

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

Color convert

RGB21792206-
CMYK00.580.050.15
HSL305.28º62.19%60.59%-
HSV(B)305.28º57.6%85.1%-
XYZ43.5826.8661.28-
YUV142.37163.91181.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.14%
GREEN value IS 92 (36.33% from 255) = 17.86%
BLUE value IS 206 (80.86% from 255) = 40%
R=42.14%
G=17.86%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179220600.580.050.15305.2862.1960.59
HexD95CCE03A5F1313e3d
Octal3311343160725174617675
Binary1101100110111001100111001110101011111100110001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d95cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d95cce; }

 p { color: rgb(217,92,206); }

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

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

 a { background-color: rgb(217,92,206); }

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

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

 span { border-color: rgb(217,92,206); }

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