#D652E1

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

Shades of Free Speech Magenta #D652E1

Tints of Free Speech Magenta #D652E1

Color information

#D652E1 (or 0xD652E1) is unknown color: approx Free Speech Magenta. HEX triplet: D6, 52 and E1. RGB value is (214,82,225). Sum of RGB (Red+Green+Blue) = 214+82+225=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #D652E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D652E1 is #29AD1E. Grayscale: #898989. Windows color (decimal): -2731295 or 14766806. OLE color: 14766806.

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

Color convert

RGB21482225-
CMYK0.050.6400.12
HSL295.38º70.44%60.2%-
HSV(B)295.38º63.56%88.24%-
XYZ44.3425.7773.87-
YUV137.77177.23182.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.07%
GREEN value IS 82 (32.42% from 255) = 15.74%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=41.07%
G=15.74%
B=43.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal214822250.050.6400.12295.3870.4460.2
HexD652E15400C127463c
Octal326122341510001444710674
Binary110101101010010111000011011000000011001001001111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D652E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D652E1; }

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

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

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

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

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

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

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

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