#D652E0

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

Shades of Free Speech Magenta #D652E0

Tints of Free Speech Magenta #D652E0

Color information

#D652E0 (or 0xD652E0) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 52 and E0. RGB value is (214,82,224). Sum of RGB (Red+Green+Blue) = 214+82+224=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #D652E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D652E0 is #29AD1F. Grayscale: #898989. Windows color (decimal): -2731296 or 14701270. OLE color: 14701270.

HSL color Cylindrical-coordinate representation of color #D652E0: hue angle of 295.77º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D652E0 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21482224-
CMYK0.040.6300.12
HSL295.77º69.61%60%-
HSV(B)295.77º63.39%87.84%-
XYZ44.225.7173.15-
YUV137.66176.73182.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.15%
GREEN value IS 82 (32.42% from 255) = 15.77%
BLUE value IS 224 (87.89% from 255) = 43.08%
R=41.15%
G=15.77%
B=43.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal214822240.040.6300.12295.7769.6160
HexD652E043F0C128463c
Octal32612234047701445010674
Binary11010110101001011100000100111111011001001010001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D652E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D652E0; }

 p { color: rgb(214,82,224); }

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

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

 a { background-color: rgb(214,82,224); }

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

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

 span { border-color: rgb(214,82,224); }

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