#D960C4

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

Shades of Free Speech Magenta #D960C4

Tints of Free Speech Magenta #D960C4

Color information

#D960C4 (or 0xD960C4) is unknown color: approx Free Speech Magenta. HEX triplet: D9, 60 and C4. RGB value is (217,96,196). Sum of RGB (Red+Green+Blue) = 217+96+196=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D960C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960C4 is #269F3B. Grayscale: #8F8F8F. Windows color (decimal): -2531132 or 12869849. OLE color: 12869849.

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

Color convert

RGB21796196-
CMYK00.560.100.15
HSL310.41º61.42%61.37%-
HSV(B)310.41º55.76%85.1%-
XYZ42.7627.155.2-
YUV143.58157.59180.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 96 (37.89% from 255) = 18.86%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=42.63%
G=18.86%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179619600.560.100.15310.4161.4261.37
HexD960C4038AF1363d3d
Octal33114030407012174667575
Binary11011001110000011000100011100010101111100110110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D960C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D960C4; }

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

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

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

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

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

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

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

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