#D660D1

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

Shades of Free Speech Magenta #D660D1

Tints of Free Speech Magenta #D660D1

Color information

#D660D1 (or 0xD660D1) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 60 and D1. RGB value is (214,96,209). Sum of RGB (Red+Green+Blue) = 214+96+209=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D660D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D660D1 is #299F2E. Grayscale: #8F8F8F. Windows color (decimal): -2727727 or 13721814. OLE color: 13721814.

HSL color Cylindrical-coordinate representation of color #D660D1: hue angle of 302.54º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D660D1 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB21496209-
CMYK00.550.020.16
HSL302.54º59%60.78%-
HSV(B)302.54º55.14%83.92%-
XYZ43.4227.2763.3-
YUV144.16164.59177.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.23%
GREEN value IS 96 (37.89% from 255) = 18.50%
BLUE value IS 209 (82.03% from 255) = 40.27%
R=41.23%
G=18.50%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149620900.550.020.16302.545960.78
HexD660D103721012f3b3d
Octal3261403210672204577375
Binary1101011011000001101000101101111010000100101111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D660D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D660D1; }

 p { color: rgb(214,96,209); }

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

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

 a { background-color: rgb(214,96,209); }

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

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

 span { border-color: rgb(214,96,209); }

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