#D34BEE

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

Shades of Free Speech Magenta #D34BEE

Tints of Free Speech Magenta #D34BEE

Color information

#D34BEE (or 0xD34BEE) is unknown color: approx Free Speech Magenta. HEX triplet: D3, 4B and EE. RGB value is (211,75,238). Sum of RGB (Red+Green+Blue) = 211+75+238=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 75 (29.69% from 255 or 14.31% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #D34BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34BEE is #2CB411. Grayscale: #858585. Windows color (decimal): -2929682 or 15616979. OLE color: 15616979.

HSL color Cylindrical-coordinate representation of color #D34BEE: hue angle of 290.06º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34BEE is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21175238-
CMYK0.110.6800.07
HSL290.06º82.74%61.37%-
HSV(B)290.06º68.49%93.33%-
XYZ44.8125.0583.36-
YUV134.25186.56182.75-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.27%
GREEN value IS 75 (29.69% from 255) = 14.31%
BLUE value IS 238 (93.36% from 255) = 45.42%
R=40.27%
G=14.31%
B=45.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal211752380.110.6800.07290.0682.7461.37
HexD34BEEB4407122533d
Octal323113356131040744212375
Binary110100111001011111011101011100010001111001000101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34BEE; }

 p { color: rgb(211,75,238); }

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

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

 a { background-color: rgb(211,75,238); }

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

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

 span { border-color: rgb(211,75,238); }

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