#D92AE7

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

Shades of Psychedelic Purple #D92AE7

Tints of Psychedelic Purple #D92AE7

Color information

#D92AE7 (or 0xD92AE7) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 2A and E7. RGB value is (217,42,231). Sum of RGB (Red+Green+Blue) = 217+42+231=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 42 (16.80% from 255 or 8.57% from 490); Blue value is 231 (90.62% from 255 or 47.14% from 490); Max value from RGB is 231 - color contains mainly: blue. Hex color #D92AE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D92AE7 is #26D518. Grayscale: #737373. Windows color (decimal): -2544921 or 15149785. OLE color: 15149785.

HSL color Cylindrical-coordinate representation of color #D92AE7: hue angle of 295.56º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92AE7 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21742231-
CMYK0.060.8200.09
HSL295.56º79.75%53.53%-
HSV(B)295.56º81.82%90.59%-
XYZ43.8722.1877.57-
YUV115.87192.98200.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 42 (16.80% from 255) = 8.57%
BLUE value IS 231 (90.62% from 255) = 47.14%
R=44.29%
G=8.57%
B=47.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal217422310.060.8200.09295.5679.7553.53
HexD92AE7652091285036
Octal33152347612201145012066
Binary11011001101010111001111101010010010011001010001010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92AE7; }

 p { color: rgb(217,42,231); }

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

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

 a { background-color: rgb(217,42,231); }

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

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

 span { border-color: rgb(217,42,231); }

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