#D915F4

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

Shades of Psychedelic Purple #D915F4

Tints of Psychedelic Purple #D915F4

Color information

#D915F4 (or 0xD915F4) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 15 and F4. RGB value is (217,21,244). Sum of RGB (Red+Green+Blue) = 217+21+244=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 21 (8.59% from 255 or 4.36% from 482); Blue value is 244 (95.70% from 255 or 50.62% from 482); Max value from RGB is 244 - color contains mainly: blue. Hex color #D915F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D915F4 is #26EA0B. Grayscale: #686868. Windows color (decimal): -2550284 or 15996377. OLE color: 15996377.

HSL color Cylindrical-coordinate representation of color #D915F4: hue angle of 292.74º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D915F4 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21721244-
CMYK0.110.9100.04
HSL292.74º91.02%51.96%-
HSV(B)292.74º91.39%95.69%-
XYZ45.2121.8287.42-
YUV105.03206.43207.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.02%
GREEN value IS 21 (8.59% from 255) = 4.36%
BLUE value IS 244 (95.70% from 255) = 50.62%
R=45.02%
G=4.36%
B=50.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal217212440.110.9100.04292.7491.0251.96
HexD915F4B5B041255b34
Octal33125364131330444513364
Binary1101100110101111101001011101101101001001001011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D915F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D915F4; }

 p { color: rgb(217,21,244); }

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

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

 a { background-color: rgb(217,21,244); }

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

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

 span { border-color: rgb(217,21,244); }

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