#D95CC5

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

Shades of Free Speech Magenta #D95CC5

Tints of Free Speech Magenta #D95CC5

Color information

#D95CC5 (or 0xD95CC5) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5C and C5. RGB value is (217,92,197). Sum of RGB (Red+Green+Blue) = 217+92+197=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D95CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95CC5 is #26A33A. Grayscale: #8D8D8D. Windows color (decimal): -2532155 or 12934361. OLE color: 12934361.

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

Color convert

RGB21792197-
CMYK00.580.090.15
HSL309.6º62.19%60.59%-
HSV(B)309.6º57.6%85.1%-
XYZ42.5226.4455.69-
YUV141.34159.41181.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 92 (36.33% from 255) = 18.18%
BLUE value IS 197 (77.34% from 255) = 38.93%
R=42.89%
G=18.18%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179219700.580.090.15309.662.1960.59
HexD95CC503A9F1363e3d
Octal33113430507211174667675
Binary11011001101110011000101011101010011111100110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95CC5; }

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

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

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

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

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

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

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

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