#d65be0

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

Shades of Free Speech Magenta #D65BE0

Tints of Free Speech Magenta #D65BE0

Color information

#D65BE0 (or 0xD65BE0) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5B and E0. RGB value is (214,91,224). Sum of RGB (Red+Green+Blue) = 214+91+224=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #D65BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BE0 is #29A41F. Grayscale: #8E8E8E. Windows color (decimal): -2728992 or 14703574. OLE color: 14703574.

HSL color Cylindrical-coordinate representation of color #D65BE0: hue angle of 295.49º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65BE0 is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21491224-
CMYK0.040.5900.12
HSL295.49º68.21%61.76%-
HSV(B)295.49º59.38%87.84%-
XYZ44.9327.1673.4-
YUV142.94173.75178.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 91 (35.94% from 255) = 17.20%
BLUE value IS 224 (87.89% from 255) = 42.34%
R=40.45%
G=17.20%
B=42.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal214912240.040.5900.12295.4968.2161.76
HexD65BE043B0C127443e
Octal32613334047301444710476
Binary11010110101101111100000100111011011001001001111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d65be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d65be0; }

 p { color: rgb(214,91,224); }

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

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

 a { background-color: rgb(214,91,224); }

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

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

 span { border-color: rgb(214,91,224); }

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