#d65be1

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

Shades of Free Speech Magenta #D65BE1

Tints of Free Speech Magenta #D65BE1

Color information

#D65BE1 (or 0xD65BE1) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5B and E1. RGB value is (214,91,225). Sum of RGB (Red+Green+Blue) = 214+91+225=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #D65BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65BE1 is #29A41E. Grayscale: #8E8E8E. Windows color (decimal): -2728991 or 14769110. OLE color: 14769110.

HSL color Cylindrical-coordinate representation of color #D65BE1: hue angle of 295.07º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65BE1 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21491225-
CMYK0.050.6000.12
HSL295.07º69.07%61.96%-
HSV(B)295.07º59.56%88.24%-
XYZ45.0627.2174.11-
YUV143.05174.25178.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 91 (35.94% from 255) = 17.17%
BLUE value IS 225 (88.28% from 255) = 42.45%
R=40.38%
G=17.17%
B=42.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal214912250.050.6000.12295.0769.0761.96
HexD65BE153C0C127453e
Octal32613334157401444710576
Binary11010110101101111100001101111100011001001001111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d65be1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d65be1; }

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

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

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

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

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

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

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

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