#D10DE8

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

Shades of Psychedelic Purple #D10DE8

Tints of Psychedelic Purple #D10DE8

Color information

#D10DE8 (or 0xD10DE8) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 0D and E8. RGB value is (209,13,232). Sum of RGB (Red+Green+Blue) = 209+13+232=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 13 (5.47% from 255 or 2.86% from 454); Blue value is 232 (91.02% from 255 or 51.10% from 454); Max value from RGB is 232 - color contains mainly: blue. Hex color #D10DE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10DE8 is #2EF217. Grayscale: #5F5F5F. Windows color (decimal): -3076632 or 15207889. OLE color: 15207889.

HSL color Cylindrical-coordinate representation of color #D10DE8: hue angle of 293.7º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10DE8 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20913232-
CMYK0.100.9400.09
HSL293.7º89.39%48.04%-
HSV(B)293.7º94.4%90.98%-
XYZ4119.6777.98-
YUV96.57204.43208.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.04%
GREEN value IS 13 (5.47% from 255) = 2.86%
BLUE value IS 232 (91.02% from 255) = 51.10%
R=46.04%
G=2.86%
B=51.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal209132320.100.9400.09293.789.3948.04
HexD1DE8A5E091265930
Octal321153501213601144613160
Binary1101000111011110100010101011110010011001001101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10DE8; }

 p { color: rgb(209,13,232); }

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

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

 a { background-color: rgb(209,13,232); }

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

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

 span { border-color: rgb(209,13,232); }

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