#D95DC4

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

Shades of Free Speech Magenta #D95DC4

Tints of Free Speech Magenta #D95DC4

Color information

#D95DC4 (or 0xD95DC4) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 5D and C4. RGB value is (217,93,196). Sum of RGB (Red+Green+Blue) = 217+93+196=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D95DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D95DC4 is #26A23B. Grayscale: #8D8D8D. Windows color (decimal): -2531900 or 12869081. OLE color: 12869081.

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

Color convert

RGB21793196-
CMYK00.570.100.15
HSL310.16º62%60.78%-
HSV(B)310.16º57.14%85.1%-
XYZ42.4926.5755.11-
YUV141.82158.58181.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 93 (36.72% from 255) = 18.38%
BLUE value IS 196 (76.95% from 255) = 38.74%
R=42.89%
G=18.38%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179319600.570.100.15310.166260.78
HexD95DC4039AF1363e3d
Octal33113530407112174667675
Binary11011001101110111000100011100110101111100110110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95DC4; }

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

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

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

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

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

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

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

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