#D906FA

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

Shades of Psychedelic Purple #D906FA

Tints of Psychedelic Purple #D906FA

Color information

#D906FA (or 0xD906FA) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 06 and FA. RGB value is (217,6,250). Sum of RGB (Red+Green+Blue) = 217+6+250=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 6 (2.73% from 255 or 1.27% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #D906FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D906FA is #26F905. Grayscale: #606060. Windows color (decimal): -2554118 or 16385753. OLE color: 16385753.

HSL color Cylindrical-coordinate representation of color #D906FA: hue angle of 291.89º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D906FA is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2176250-
CMYK0.130.9800.02
HSL291.89º96.06%50.2%-
HSV(B)291.89º97.6%98.04%-
XYZ45.9421.7892.23-
YUV96.9214.4213.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.88%
GREEN value IS 6 (2.73% from 255) = 1.27%
BLUE value IS 250 (98.05% from 255) = 52.85%
R=45.88%
G=1.27%
B=52.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal21762500.130.9800.02291.8996.0650.2
HexD96FAD62021246032
Octal3316372151420244414062
Binary1101100111011111010110111000100101001001001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D906FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D906FA; }

 p { color: rgb(217,6,250); }

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

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

 a { background-color: rgb(217,6,250); }

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

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

 span { border-color: rgb(217,6,250); }

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