#D629ED

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

Shades of Psychedelic Purple #D629ED

Tints of Psychedelic Purple #D629ED

Color information

#D629ED (or 0xD629ED) is unknown color: approx Psychedelic Purple. HEX triplet: D6, 29 and ED. RGB value is (214,41,237). Sum of RGB (Red+Green+Blue) = 214+41+237=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #D629ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D629ED is #29D612. Grayscale: #727272. Windows color (decimal): -2741779 or 15542742. OLE color: 15542742.

HSL color Cylindrical-coordinate representation of color #D629ED: hue angle of 292.96º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D629ED is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21441237-
CMYK0.100.8300.07
HSL292.96º84.48%54.51%-
HSV(B)292.96º82.7%92.94%-
XYZ43.812282.06-
YUV115.07196.81198.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 41 (16.41% from 255) = 8.33%
BLUE value IS 237 (92.97% from 255) = 48.17%
R=43.50%
G=8.33%
B=48.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal214412370.100.8300.07292.9684.4854.51
HexD629EDA53071255437
Octal32651355121230744512467
Binary11010110101001111011011010101001101111001001011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D629ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D629ED; }

 p { color: rgb(214,41,237); }

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

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

 a { background-color: rgb(214,41,237); }

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

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

 span { border-color: rgb(214,41,237); }

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