#D812EE

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

Shades of Psychedelic Purple #D812EE

Tints of Psychedelic Purple #D812EE

Color information

#D812EE (or 0xD812EE) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 12 and EE. RGB value is (216,18,238). Sum of RGB (Red+Green+Blue) = 216+18+238=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 18 (7.42% from 255 or 3.81% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #D812EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D812EE is #27ED11. Grayscale: #656565. Windows color (decimal): -2616594 or 15602392. OLE color: 15602392.

HSL color Cylindrical-coordinate representation of color #D812EE: hue angle of 294º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D812EE is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21618238-
CMYK0.090.9200.07
HSL294º86.61%50.2%-
HSV(B)294º92.44%93.33%-
XYZ43.9721.282.66-
YUV102.28204.6209.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.76%
GREEN value IS 18 (7.42% from 255) = 3.81%
BLUE value IS 238 (93.36% from 255) = 50.42%
R=45.76%
G=3.81%
B=50.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal216182380.090.9200.0729486.6150.2
HexD812EE95C071265732
Octal33022356111340744612762
Binary1101100010010111011101001101110001111001001101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D812EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D812EE; }

 p { color: rgb(216,18,238); }

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

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

 a { background-color: rgb(216,18,238); }

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

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

 span { border-color: rgb(216,18,238); }

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