#D00AE9

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

Shades of Psychedelic Purple #D00AE9

Tints of Psychedelic Purple #D00AE9

Color information

#D00AE9 (or 0xD00AE9) is unknown color: approx Psychedelic Purple. HEX triplet: D0, 0A and E9. RGB value is (208,10,233). Sum of RGB (Red+Green+Blue) = 208+10+233=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 233 (91.41% from 255 or 51.66% from 451); Max value from RGB is 233 - color contains mainly: blue. Hex color #D00AE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D00AE9 is #2FF516. Grayscale: #5D5D5D. Windows color (decimal): -3142935 or 15272656. OLE color: 15272656.

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

Color convert

RGB20810233-
CMYK0.110.9600.09
HSL293.27º91.77%47.65%-
HSV(B)293.27º95.71%91.37%-
XYZ40.8319.5178.7-
YUV94.62206.1208.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.12%
GREEN value IS 10 (4.30% from 255) = 2.22%
BLUE value IS 233 (91.41% from 255) = 51.66%
R=46.12%
G=2.22%
B=51.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208102330.110.9600.09293.2791.7747.65
HexD0AE9B60091255c30
Octal320123511314001144513460
Binary1101000010101110100110111100000010011001001011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D00AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D00AE9; }

 p { color: rgb(208,10,233); }

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

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

 a { background-color: rgb(208,10,233); }

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

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

 span { border-color: rgb(208,10,233); }

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