#D81DEE

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

Shades of Psychedelic Purple #D81DEE

Tints of Psychedelic Purple #D81DEE

Color information

#D81DEE (or 0xD81DEE) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 1D and EE. RGB value is (216,29,238). Sum of RGB (Red+Green+Blue) = 216+29+238=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 29 (11.72% from 255 or 6.00% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #D81DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81DEE is #27E211. Grayscale: #6C6C6C. Windows color (decimal): -2613778 or 15605208. OLE color: 15605208.

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

Color convert

RGB21629238-
CMYK0.090.8800.07
HSL293.68º86.01%52.35%-
HSV(B)293.68º87.82%93.33%-
XYZ44.1921.6582.74-
YUV108.74200.95204.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 29 (11.72% from 255) = 6.00%
BLUE value IS 238 (93.36% from 255) = 49.28%
R=44.72%
G=6.00%
B=49.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal216292380.090.8800.07293.6886.0152.35
HexD81DEE958071265634
Octal33035356111300744612664
Binary1101100011101111011101001101100001111001001101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81DEE; }

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

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

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

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

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

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

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

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