#D65EDE

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

Shades of Free Speech Magenta #D65EDE

Tints of Free Speech Magenta #D65EDE

Color information

#D65EDE (or 0xD65EDE) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5E and DE. RGB value is (214,94,222). Sum of RGB (Red+Green+Blue) = 214+94+222=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #D65EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EDE is #29A121. Grayscale: #909090. Windows color (decimal): -2728226 or 14573270. OLE color: 14573270.

HSL color Cylindrical-coordinate representation of color #D65EDE: hue angle of 296.25º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65EDE is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21494222-
CMYK0.040.5800.13
HSL296.25º65.98%61.96%-
HSV(B)296.25º57.66%87.06%-
XYZ44.9227.5872.06-
YUV144.47171.76177.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 94 (37.11% from 255) = 17.74%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=40.38%
G=17.74%
B=41.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214942220.040.5800.13296.2565.9861.96
HexD65EDE43A0D128423e
Octal32613633647201545010276
Binary11010110101111011011110100111010011011001010001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65EDE; }

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

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

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

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

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

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

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

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