#D255E0

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

Shades of Free Speech Magenta #D255E0

Tints of Free Speech Magenta #D255E0

Color information

#D255E0 (or 0xD255E0) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 55 and E0. RGB value is (210,85,224). Sum of RGB (Red+Green+Blue) = 210+85+224=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 85 (33.59% from 255 or 16.38% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #D255E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255E0 is #2DAA1F. Grayscale: #898989. Windows color (decimal): -2992672 or 14702034. OLE color: 14702034.

HSL color Cylindrical-coordinate representation of color #D255E0: hue angle of 293.96º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D255E0 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21085224-
CMYK0.060.6200.12
HSL293.96º69.15%60.59%-
HSV(B)293.96º62.05%87.84%-
XYZ43.2825.5873.18-
YUV138.22176.41179.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 85 (33.59% from 255) = 16.38%
BLUE value IS 224 (87.89% from 255) = 43.16%
R=40.46%
G=16.38%
B=43.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210852240.060.6200.12293.9669.1560.59
HexD255E063E0C126453d
Octal32212534067601444610575
Binary11010010101010111100000110111110011001001001101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D255E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D255E0; }

 p { color: rgb(210,85,224); }

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

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

 a { background-color: rgb(210,85,224); }

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

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

 span { border-color: rgb(210,85,224); }

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