#D254E1

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

Shades of Free Speech Magenta #D254E1

Tints of Free Speech Magenta #D254E1

Color information

#D254E1 (or 0xD254E1) is unknown color: approx Free Speech Magenta. HEX triplet: D2, 54 and E1. RGB value is (210,84,225). Sum of RGB (Red+Green+Blue) = 210+84+225=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #D254E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D254E1 is #2DAB1E. Grayscale: #898989. Windows color (decimal): -2992927 or 14767314. OLE color: 14767314.

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

Color convert

RGB21084225-
CMYK0.070.6300.12
HSL293.62º70.15%60.59%-
HSV(B)293.62º62.67%88.24%-
XYZ43.3425.4873.87-
YUV137.75177.24179.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.46%
GREEN value IS 84 (33.20% from 255) = 16.18%
BLUE value IS 225 (88.28% from 255) = 43.35%
R=40.46%
G=16.18%
B=43.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal210842250.070.6300.12293.6270.1560.59
HexD254E173F0C126463d
Octal32212434177701444610675
Binary11010010101010011100001111111111011001001001101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D254E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D254E1; }

 p { color: rgb(210,84,225); }

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

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

 a { background-color: rgb(210,84,225); }

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

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

 span { border-color: rgb(210,84,225); }

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