#D633E1

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

Shades of Free Speech Magenta #D633E1

Tints of Free Speech Magenta #D633E1

Color information

#D633E1 (or 0xD633E1) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 33 and E1. RGB value is (214,51,225). Sum of RGB (Red+Green+Blue) = 214+51+225=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 51 (20.31% from 255 or 10.41% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #D633E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D633E1 is #29CC1E. Grayscale: #777777. Windows color (decimal): -2739231 or 14758870. OLE color: 14758870.

HSL color Cylindrical-coordinate representation of color #D633E1: hue angle of 296.21º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D633E1 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21451225-
CMYK0.050.7700.12
HSL296.21º74.36%54.12%-
HSV(B)296.21º77.33%88.24%-
XYZ42.5122.173.26-
YUV119.57187.5195.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 51 (20.31% from 255) = 10.41%
BLUE value IS 225 (88.28% from 255) = 45.92%
R=43.67%
G=10.41%
B=45.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal214512250.050.7700.12296.2174.3654.12
HexD633E154D0C1284a36
Octal32663341511501445011266
Binary11010110110011111000011011001101011001001010001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D633E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D633E1; }

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

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

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

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

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

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

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

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