#D919E6

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

Shades of Psychedelic Purple #D919E6

Tints of Psychedelic Purple #D919E6

Color information

#D919E6 (or 0xD919E6) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 19 and E6. RGB value is (217,25,230). Sum of RGB (Red+Green+Blue) = 217+25+230=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #D919E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D919E6 is #26E619. Grayscale: #696969. Windows color (decimal): -2549274 or 15079897. OLE color: 15079897.

HSL color Cylindrical-coordinate representation of color #D919E6: hue angle of 296.2º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D919E6 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21725230-
CMYK0.060.8900.10
HSL296.2º80.39%50%-
HSV(B)296.2º89.13%90.2%-
XYZ43.2521.1676.67-
YUV105.78198.11207.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.97%
GREEN value IS 25 (10.16% from 255) = 5.30%
BLUE value IS 230 (90.23% from 255) = 48.73%
R=45.97%
G=5.30%
B=48.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal217252300.060.8900.10296.280.3950
HexD919E66590A1285032
Octal33131346613101245012062
Binary1101100111001111001101101011001010101001010001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D919E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D919E6; }

 p { color: rgb(217,25,230); }

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

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

 a { background-color: rgb(217,25,230); }

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

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

 span { border-color: rgb(217,25,230); }

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