#D253DE

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

Shades of Free Speech Magenta #D253DE

Tints of Free Speech Magenta #D253DE

Color information

#D253DE (or 0xD253DE) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 53 and DE. RGB value is (210,83,222). Sum of RGB (Red+Green+Blue) = 210+83+222=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 83 (32.81% from 255 or 16.12% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #D253DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D253DE is #2DAC21. Grayscale: #888888. Windows color (decimal): -2993186 or 14570450. OLE color: 14570450.

HSL color Cylindrical-coordinate representation of color #D253DE: hue angle of 294.82º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D253DE is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB21083222-
CMYK0.050.6300.13
HSL294.82º67.8%59.8%-
HSV(B)294.82º62.61%87.06%-
XYZ42.8625.1671.71-
YUV136.82176.08180.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.78%
GREEN value IS 83 (32.81% from 255) = 16.12%
BLUE value IS 222 (87.11% from 255) = 43.11%
R=40.78%
G=16.12%
B=43.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210832220.050.6300.13294.8267.859.8
HexD253DE53F0D127443c
Octal32212333657701544710474
Binary11010010101001111011110101111111011011001001111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D253DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D253DE; }

 p { color: rgb(210,83,222); }

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

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

 a { background-color: rgb(210,83,222); }

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

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

 span { border-color: rgb(210,83,222); }

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