#D227FE

Color #D227FE Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #D227FE

Tints of Psychedelic Purple #D227FE

Color information

#D227FE (or 0xD227FE) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 27 and FE. RGB value is (210,39,254). Sum of RGB (Red+Green+Blue) = 210+39+254=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 39 (15.62% from 255 or 7.75% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #D227FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D227FE is #2DD801. Grayscale: #717171. Windows color (decimal): -3004418 or 16656338. OLE color: 16656338.

HSL color Cylindrical-coordinate representation of color #D227FE: hue angle of 287.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D227FE is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB21039254-
CMYK0.170.8500.00
HSL287.72º99.08%57.45%-
HSV(B)287.72º84.65%99.61%-
XYZ45.1922.3195.69-
YUV114.64206.65196.02-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.75%
GREEN value IS 39 (15.62% from 255) = 7.75%
BLUE value IS 254 (99.61% from 255) = 50.50%
R=41.75%
G=7.75%
B=50.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal210392540.170.8500.00287.7299.0857.45
HexD227FE1155001206339
Octal32247376211250044014371
Binary1101001010011111111110100011010101001001000001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D227FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D227FE; }

 p { color: rgb(210,39,254); }

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

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

 a { background-color: rgb(210,39,254); }

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

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

 span { border-color: rgb(210,39,254); }

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