#D20AE7

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

Shades of Psychedelic Purple #D20AE7

Tints of Psychedelic Purple #D20AE7

Color information

#D20AE7 (or 0xD20AE7) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 0A and E7. RGB value is (210,10,231). Sum of RGB (Red+Green+Blue) = 210+10+231=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 231 (90.62% from 255 or 51.22% from 451); Max value from RGB is 231 - color contains mainly: blue. Hex color #D20AE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D20AE7 is #2DF518. Grayscale: #5E5E5E. Windows color (decimal): -3011865 or 15141586. OLE color: 15141586.

HSL color Cylindrical-coordinate representation of color #D20AE7: hue angle of 294.3º 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 #D20AE7 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21010231-
CMYK0.090.9600.09
HSL294.3º91.7%47.25%-
HSV(B)294.3º95.67%90.59%-
XYZ41.1119.6977.23-
YUV94.99204.76210.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.56%
GREEN value IS 10 (4.30% from 255) = 2.22%
BLUE value IS 231 (90.62% from 255) = 51.22%
R=46.56%
G=2.22%
B=51.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210102310.090.9600.09294.391.747.25
HexD2AE7960091265c2f
Octal322123471114001144613457
Binary1101001010101110011110011100000010011001001101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20AE7; }

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

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

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

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

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

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

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

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