#D029E8

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

Shades of Psychedelic Purple #D029E8

Tints of Psychedelic Purple #D029E8

Color information

#D029E8 (or 0xD029E8) is unknown color: approx Psychedelic Purple. HEX triplet: D0, 29 and E8. RGB value is (208,41,232). Sum of RGB (Red+Green+Blue) = 208+41+232=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #D029E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D029E8 is #2FD617. Grayscale: #707070. Windows color (decimal): -3135000 or 15215056. OLE color: 15215056.

HSL color Cylindrical-coordinate representation of color #D029E8: hue angle of 292.46º degrees, saturation: 0.81, 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 #D029E8 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20841232-
CMYK0.100.8200.09
HSL292.46º80.59%53.53%-
HSV(B)292.46º82.33%90.98%-
XYZ41.3720.8278.18-
YUV112.71195.33195.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.24%
GREEN value IS 41 (16.41% from 255) = 8.52%
BLUE value IS 232 (91.02% from 255) = 48.23%
R=43.24%
G=8.52%
B=48.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208412320.100.8200.09292.4680.5953.53
HexD029E8A52091245136
Octal320513501212201144412166
Binary110100001010011110100010101010010010011001001001010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D029E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D029E8; }

 p { color: rgb(208,41,232); }

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

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

 a { background-color: rgb(208,41,232); }

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

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

 span { border-color: rgb(208,41,232); }

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