#D65BEA

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

Shades of Free Speech Magenta #D65BEA

Tints of Free Speech Magenta #D65BEA

Color information

#D65BEA (or 0xD65BEA) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 5B and EA. RGB value is (214,91,234). Sum of RGB (Red+Green+Blue) = 214+91+234=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 91 (35.94% from 255 or 16.88% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #D65BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D65BEA is #29A415. Grayscale: #8F8F8F. Windows color (decimal): -2728982 or 15358934. OLE color: 15358934.

HSL color Cylindrical-coordinate representation of color #D65BEA: hue angle of 291.61º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65BEA is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21491234-
CMYK0.090.6100.08
HSL291.61º77.3%63.73%-
HSV(B)291.61º61.11%91.76%-
XYZ46.3227.7280.75-
YUV144.08178.75177.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 91 (35.94% from 255) = 16.88%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=39.70%
G=16.88%
B=43.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal214912340.090.6100.08291.6177.363.73
HexD65BEA93D081244d40
Octal3261333521175010444115100
Binary1101011010110111110101010011111010100010010010010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65BEA; }

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

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

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

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

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

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

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

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