#D660C3

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

Shades of Free Speech Magenta #D660C3

Tints of Free Speech Magenta #D660C3

Color information

#D660C3 (or 0xD660C3) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 60 and C3. RGB value is (214,96,195). Sum of RGB (Red+Green+Blue) = 214+96+195=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 96 (37.89% from 255 or 19.01% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D660C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D660C3 is #299F3C. Grayscale: #8E8E8E. Windows color (decimal): -2727741 or 12804310. OLE color: 12804310.

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

Color convert

RGB21496195-
CMYK00.550.090.16
HSL309.66º59%60.78%-
HSV(B)309.66º55.14%83.92%-
XYZ41.7626.654.56-
YUV142.57157.59178.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.38%
GREEN value IS 96 (37.89% from 255) = 19.01%
BLUE value IS 195 (76.56% from 255) = 38.61%
R=42.38%
G=19.01%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149619500.550.090.16309.665960.78
HexD660C30379101363b3d
Octal32614030306711204667375
Binary110101101100000110000110110111100110000100110110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D660C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D660C3; }

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

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

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

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

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

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

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

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