#D65EC9

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

Shades of Free Speech Magenta #D65EC9

Tints of Free Speech Magenta #D65EC9

Color information

#D65EC9 (or 0xD65EC9) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5E and C9. RGB value is (214,94,201). Sum of RGB (Red+Green+Blue) = 214+94+201=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EC9 is #29A136. Grayscale: #8D8D8D. Windows color (decimal): -2728247 or 13197014. OLE color: 13197014.

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

Color convert

RGB21494201-
CMYK00.560.060.16
HSL306.5º59.41%60.39%-
HSV(B)306.5º56.07%83.92%-
XYZ42.2826.5258.15-
YUV142.08161.26179.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.04%
GREEN value IS 94 (37.11% from 255) = 18.47%
BLUE value IS 201 (78.91% from 255) = 39.49%
R=42.04%
G=18.47%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149420100.560.060.16306.559.4160.39
HexD65EC90386101323b3c
Octal3261363110706204627374
Binary11010110101111011001001011100011010000100110010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65EC9; }

 p { color: rgb(214,94,201); }

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

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

 a { background-color: rgb(214,94,201); }

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

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

 span { border-color: rgb(214,94,201); }

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