#D63DEB

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

Shades of Free Speech Magenta #D63DEB

Tints of Free Speech Magenta #D63DEB

Color information

#D63DEB (or 0xD63DEB) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 3D and EB. RGB value is (214,61,235). Sum of RGB (Red+Green+Blue) = 214+61+235=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 61 (24.22% from 255 or 11.96% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #D63DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D63DEB is #29C214. Grayscale: #7E7E7E. Windows color (decimal): -2736661 or 15416790. OLE color: 15416790.

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

Color convert

RGB21461235-
CMYK0.090.7400.08
HSL292.76º81.31%58.04%-
HSV(B)292.76º74.04%92.16%-
XYZ44.423.6380.82-
YUV126.58189.19190.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.96%
GREEN value IS 61 (24.22% from 255) = 11.96%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=41.96%
G=11.96%
B=46.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal214612350.090.7400.08292.7681.3158.04
HexD63DEB94A08125513a
Octal326753531111201044512172
Binary110101101111011110101110011001010010001001001011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63DEB; }

 p { color: rgb(214,61,235); }

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

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

 a { background-color: rgb(214,61,235); }

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

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

 span { border-color: rgb(214,61,235); }

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