#D227FA

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

Shades of Psychedelic Purple #D227FA

Tints of Psychedelic Purple #D227FA

Color information

#D227FA (or 0xD227FA) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 27 and FA. RGB value is (210,39,250). Sum of RGB (Red+Green+Blue) = 210+39+250=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 39 (15.62% from 255 or 7.82% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #D227FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D227FA is #2DD805. Grayscale: #717171. Windows color (decimal): -3004422 or 16394194. OLE color: 16394194.

HSL color Cylindrical-coordinate representation of color #D227FA: hue angle of 288.63º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D227FA is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21039250-
CMYK0.160.8400.02
HSL288.63º95.48%56.67%-
HSV(B)288.63º84.4%98.04%-
XYZ44.5622.0592.35-
YUV114.18204.65196.34-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.08%
GREEN value IS 39 (15.62% from 255) = 7.82%
BLUE value IS 250 (98.05% from 255) = 50.10%
R=42.08%
G=7.82%
B=50.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal210392500.160.8400.02288.6395.4856.67
HexD227FA1054021215f39
Octal32247372201240244113771
Binary11010010100111111110101000010101000101001000011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D227FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D227FA; }

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

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

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

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

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

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

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

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