Html Css Color HEX #D629ED Psychedelic Purple

📋 copy color: '#D629ED'

red 214 ◦ green 41 ◦ blue 237

#D629ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D629ED

Tints of Psychedelic Purple #D629ED

RGB

 RED value IS 214 (83.98% from 255) = 43.5%

 GREEN value IS 41 (16.41% from 255) = 8.33%

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 43.5%
G = 8.33%
B = 48.17%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D629ED (or 0xD629ED) is known color: 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

RGB 214 41 237 -
CMYK 0.10 0.83 0 0.07
HSL 292.96º 0.84% 0.55% -
HSV(B) 292.96º 0.83% 0.93% -
XYZ 43.81 22 82.06 -
YUV 115.07 196.81 198.56 -
System Red Green Blue C M Y K H S L
Decimal 214 41 237 0.10 0.83 0 0.07 292.96 0.84 0.55
Hex D6 29 ED A 53 0 7 125 54 37
Octal 326 51 355 12 123 0 7 445 124 67
Binary 11010110 101001 11101101 1010 1010011 0 111 100100101 1010100 110111

Color Harmonies of #D629ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629ED

Black with #D629ED

Text Example


Text Example

White with #D629ED

Text Example


Text Example

HTML Codes & Css Web 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>