#D65DE4

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

Shades of Free Speech Magenta #D65DE4

Tints of Free Speech Magenta #D65DE4

Color information

#D65DE4 (or 0xD65DE4) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5D and E4. RGB value is (214,93,228). Sum of RGB (Red+Green+Blue) = 214+93+228=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 93 (36.72% from 255 or 17.38% from 535); Blue value is 228 (89.45% from 255 or 42.62% from 535); Max value from RGB is 228 - color contains mainly: blue. Hex color #D65DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65DE4 is #29A21B. Grayscale: #909090. Windows color (decimal): -2728476 or 14966230. OLE color: 14966230.

HSL color Cylindrical-coordinate representation of color #D65DE4: hue angle of 293.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65DE4 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21493228-
CMYK0.060.5900.11
HSL293.78º71.43%62.94%-
HSV(B)293.78º59.21%89.41%-
XYZ45.6527.7376.34-
YUV144.57175.09177.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 93 (36.72% from 255) = 17.38%
BLUE value IS 228 (89.45% from 255) = 42.62%
R=40%
G=17.38%
B=42.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal214932280.060.5900.11293.7871.4362.94
HexD65DE463B0B126473f
Octal32613534467301344610777
Binary11010110101110111100100110111011010111001001101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65DE4; }

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

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

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

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

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

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

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

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