#D65ECD

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

Shades of Free Speech Magenta #D65ECD

Tints of Free Speech Magenta #D65ECD

Color information

#D65ECD (or 0xD65ECD) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5E and CD. RGB value is (214,94,205). Sum of RGB (Red+Green+Blue) = 214+94+205=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D65ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ECD is #29A132. Grayscale: #8E8E8E. Windows color (decimal): -2728243 or 13459158. OLE color: 13459158.

HSL color Cylindrical-coordinate representation of color #D65ECD: hue angle of 304.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 #D65ECD is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB21494205-
CMYK00.560.040.16
HSL304.5º59.41%60.39%-
HSV(B)304.5º56.07%83.92%-
XYZ42.7526.7160.66-
YUV142.53163.26178.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.72%
GREEN value IS 94 (37.11% from 255) = 18.32%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=41.72%
G=18.32%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149420500.560.040.16304.559.4160.39
HexD65ECD0384101303b3c
Octal3261363150704204607374
Binary11010110101111011001101011100010010000100110000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65ECD; }

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

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

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

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

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

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

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

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