#D10AE7

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

Shades of Psychedelic Purple #D10AE7

Tints of Psychedelic Purple #D10AE7

Color information

#D10AE7 (or 0xD10AE7) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 0A and E7. RGB value is (209,10,231). Sum of RGB (Red+Green+Blue) = 209+10+231=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 231 (90.62% from 255 or 51.33% from 450); Max value from RGB is 231 - color contains mainly: blue. Hex color #D10AE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10AE7 is #2EF518. Grayscale: #5E5E5E. Windows color (decimal): -3077401 or 15141585. OLE color: 15141585.

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

Color convert

RGB20910231-
CMYK0.100.9600.09
HSL294.03º91.7%47.25%-
HSV(B)294.03º95.67%90.59%-
XYZ40.8319.5477.22-
YUV94.7204.93209.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.44%
GREEN value IS 10 (4.30% from 255) = 2.22%
BLUE value IS 231 (90.62% from 255) = 51.33%
R=46.44%
G=2.22%
B=51.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal209102310.100.9600.09294.0391.747.25
HexD1AE7A60091265c2f
Octal321123471214001144613457
Binary1101000110101110011110101100000010011001001101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D10AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D10AE7; }

 p { color: rgb(209,10,231); }

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

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

 a { background-color: rgb(209,10,231); }

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

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

 span { border-color: rgb(209,10,231); }

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