#D81CED

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

Shades of Psychedelic Purple #D81CED

Tints of Psychedelic Purple #D81CED

Color information

#D81CED (or 0xD81CED) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 1C and ED. RGB value is (216,28,237). Sum of RGB (Red+Green+Blue) = 216+28+237=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #D81CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81CED is #27E312. Grayscale: #6B6B6B. Windows color (decimal): -2614035 or 15539416. OLE color: 15539416.

HSL color Cylindrical-coordinate representation of color #D81CED: hue angle of 293.97º degrees, saturation: 0.85, 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 #D81CED is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21628237-
CMYK0.090.8800.07
HSL293.97º85.31%51.96%-
HSV(B)293.97º88.19%92.94%-
XYZ44.0221.5481.96-
YUV108.04200.78205.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.91%
GREEN value IS 28 (11.33% from 255) = 5.82%
BLUE value IS 237 (92.97% from 255) = 49.27%
R=44.91%
G=5.82%
B=49.27%

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
Decimal216282370.090.8800.07293.9785.3151.96
HexD81CED958071265534
Octal33034355111300744612564
Binary1101100011100111011011001101100001111001001101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81CED; }

 p { color: rgb(216,28,237); }

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

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

 a { background-color: rgb(216,28,237); }

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

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

 span { border-color: rgb(216,28,237); }

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