#D633E4

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

Shades of Free Speech Magenta #D633E4

Tints of Free Speech Magenta #D633E4

Color information

#D633E4 (or 0xD633E4) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 33 and E4. RGB value is (214,51,228). Sum of RGB (Red+Green+Blue) = 214+51+228=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 51 (20.31% from 255 or 10.34% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 228 - color contains mainly: blue. Hex color #D633E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D633E4 is #29CC1B. Grayscale: #777777. Windows color (decimal): -2739228 or 14955478. OLE color: 14955478.

HSL color Cylindrical-coordinate representation of color #D633E4: hue angle of 295.25º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D633E4 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21451228-
CMYK0.060.7800.11
HSL295.25º76.62%54.71%-
HSV(B)295.25º77.63%89.41%-
XYZ42.9222.2775.43-
YUV119.92189195.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 51 (20.31% from 255) = 10.34%
BLUE value IS 228 (89.45% from 255) = 46.25%
R=43.41%
G=10.34%
B=46.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal214512280.060.7800.11295.2576.6254.71
HexD633E464E0B1274d37
Octal32663344611601344711567
Binary11010110110011111001001101001110010111001001111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D633E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D633E4; }

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

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

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

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

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

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

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

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