#D129E8

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

Shades of Psychedelic Purple #D129E8

Tints of Psychedelic Purple #D129E8

Color information

#D129E8 (or 0xD129E8) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 29 and E8. RGB value is (209,41,232). Sum of RGB (Red+Green+Blue) = 209+41+232=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #D129E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D129E8 is #2ED617. Grayscale: #707070. Windows color (decimal): -3069464 or 15215057. OLE color: 15215057.

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

Color convert

RGB20941232-
CMYK0.100.8200.09
HSL292.77º80.59%53.53%-
HSV(B)292.77º82.33%90.98%-
XYZ41.6520.9778.2-
YUV113.01195.16196.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 41 (16.41% from 255) = 8.51%
BLUE value IS 232 (91.02% from 255) = 48.13%
R=43.36%
G=8.51%
B=48.13%

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
Decimal209412320.100.8200.09292.7780.5953.53
HexD129E8A52091255136
Octal321513501212201144512166
Binary110100011010011110100010101010010010011001001011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D129E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D129E8; }

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

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

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

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

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

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

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

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