#D908FA

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

Shades of Psychedelic Purple #D908FA

Tints of Psychedelic Purple #D908FA

Color information

#D908FA (or 0xD908FA) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 08 and FA. RGB value is (217,8,250). Sum of RGB (Red+Green+Blue) = 217+8+250=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 8 (3.52% from 255 or 1.68% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #D908FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D908FA is #26F705. Grayscale: #616161. Windows color (decimal): -2553606 or 16386265. OLE color: 16386265.

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

Color convert

RGB2178250-
CMYK0.130.9700.02
HSL291.82º96.03%50.59%-
HSV(B)291.82º96.8%98.04%-
XYZ45.9621.8392.23-
YUV98.08213.74212.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.68%
GREEN value IS 8 (3.52% from 255) = 1.68%
BLUE value IS 250 (98.05% from 255) = 52.63%
R=45.68%
G=1.68%
B=52.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal21782500.130.9700.02291.8296.0350.59
HexD98FAD61021246033
Octal33110372151410244414063
Binary11011001100011111010110111000010101001001001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D908FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D908FA; }

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

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

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

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

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

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

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

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