#D21AE7

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

Shades of Psychedelic Purple #D21AE7

Tints of Psychedelic Purple #D21AE7

Color information

#D21AE7 (or 0xD21AE7) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 1A and E7. RGB value is (210,26,231). Sum of RGB (Red+Green+Blue) = 210+26+231=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #D21AE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D21AE7 is #2DE518. Grayscale: #676767. Windows color (decimal): -3007769 or 15145682. OLE color: 15145682.

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

Color convert

RGB21026231-
CMYK0.090.8900.09
HSL293.85º81.03%50.39%-
HSV(B)293.85º88.74%90.59%-
XYZ41.3720.2177.32-
YUV104.39199.46203.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.97%
GREEN value IS 26 (10.55% from 255) = 5.57%
BLUE value IS 231 (90.62% from 255) = 49.46%
R=44.97%
G=5.57%
B=49.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210262310.090.8900.09293.8581.0350.39
HexD21AE7959091265132
Octal322323471113101144612162
Binary11010010110101110011110011011001010011001001101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21AE7; }

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

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

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

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

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

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

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

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