#D908F8

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

Shades of Psychedelic Purple #D908F8

Tints of Psychedelic Purple #D908F8

Color information

#D908F8 (or 0xD908F8) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 08 and F8. RGB value is (217,8,248). Sum of RGB (Red+Green+Blue) = 217+8+248=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 8 (3.52% from 255 or 1.69% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #D908F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D908F8 is #26F707. Grayscale: #616161. Windows color (decimal): -2553608 or 16255193. OLE color: 16255193.

HSL color Cylindrical-coordinate representation of color #D908F8: hue angle of 292.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D908F8 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB2178248-
CMYK0.120.9700.03
HSL292.25º94.49%50.2%-
HSV(B)292.25º96.77%97.25%-
XYZ45.6521.790.59-
YUV97.85212.74212.99-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.88%
GREEN value IS 8 (3.52% from 255) = 1.69%
BLUE value IS 248 (97.27% from 255) = 52.43%
R=45.88%
G=1.69%
B=52.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal21782480.120.9700.03292.2594.4950.2
HexD98F8C61031245e32
Octal33110370141410344413662
Binary11011001100011111000110011000010111001001001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D908F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D908F8; }

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

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

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

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

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

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

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

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