#D919ED

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

Shades of Psychedelic Purple #D919ED

Tints of Psychedelic Purple #D919ED

Color information

#D919ED (or 0xD919ED) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 19 and ED. RGB value is (217,25,237). Sum of RGB (Red+Green+Blue) = 217+25+237=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 25 (10.16% from 255 or 5.22% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #D919ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D919ED is #26E612. Grayscale: #696969. Windows color (decimal): -2549267 or 15538649. OLE color: 15538649.

HSL color Cylindrical-coordinate representation of color #D919ED: hue angle of 294.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D919ED is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21725237-
CMYK0.080.8900.07
HSL294.34º85.48%51.37%-
HSV(B)294.34º89.45%92.94%-
XYZ44.2521.5681.95-
YUV106.58201.61206.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 25 (10.16% from 255) = 5.22%
BLUE value IS 237 (92.97% from 255) = 49.48%
R=45.30%
G=5.22%
B=49.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal217252370.080.8900.07294.3485.4851.37
HexD919ED859071265533
Octal33131355101310744612563
Binary1101100111001111011011000101100101111001001101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D919ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D919ED; }

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

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

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

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

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

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

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

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