#D65DDE

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

Shades of Free Speech Magenta #D65DDE

Tints of Free Speech Magenta #D65DDE

Color information

#D65DDE (or 0xD65DDE) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5D and DE. RGB value is (214,93,222). Sum of RGB (Red+Green+Blue) = 214+93+222=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #D65DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DDE is #29A221. Grayscale: #8F8F8F. Windows color (decimal): -2728482 or 14573014. OLE color: 14573014.

HSL color Cylindrical-coordinate representation of color #D65DDE: hue angle of 296.28º 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 #D65DDE is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21493222-
CMYK0.040.5800.13
HSL296.28º66.15%61.76%-
HSV(B)296.28º58.11%87.06%-
XYZ44.8327.472.03-
YUV143.88172.09178.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 93 (36.72% from 255) = 17.58%
BLUE value IS 222 (87.11% from 255) = 41.97%
R=40.45%
G=17.58%
B=41.97%

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
Decimal214932220.040.5800.13296.2866.1561.76
HexD65DDE43A0D128423e
Octal32613533647201545010276
Binary11010110101110111011110100111010011011001010001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65DDE; }

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

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

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

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

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

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

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

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