Html Css Color HEX #D629EE Psychedelic Purple

📋 copy color: '#D629EE'

red 214 ◦ green 41 ◦ blue 238

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

Shades of Psychedelic Purple #D629EE

Tints of Psychedelic Purple #D629EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 43.41%
G = 8.32%
B = 48.28%

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

#D629EE (or 0xD629EE) is known color: Psychedelic Purple. HEX triplet: D6, 29 and EE. RGB value is (214,41,238). Sum of RGB (Red+Green+Blue) = 214+41+238=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 41 (16.41% from 255 or 8.32% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #D629EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D629EE is #29D611. Grayscale: #727272. Windows color (decimal): -2741778 or 15608278. OLE color: 15608278.

HSL color Cylindrical-coordinate representation of color #D629EE: hue angle of 292.69º degrees, saturation: 0.85, 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 #D629EE is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 41 238 -
CMYK 0.10 0.83 0 0.07
HSL 292.69º 0.85% 0.55% -
HSV(B) 292.69º 0.83% 0.93% -
XYZ 43.96 22.06 82.83 -
YUV 115.19 197.31 198.48 -
System Red Green Blue C M Y K H S L
Decimal 214 41 238 0.10 0.83 0 0.07 292.69 0.85 0.55
Hex D6 29 EE A 53 0 7 125 55 37
Octal 326 51 356 12 123 0 7 445 125 67
Binary 11010110 101001 11101110 1010 1010011 0 111 100100101 1010101 110111

Color Harmonies of #D629EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629EE

Black with #D629EE

Text Example


Text Example

White with #D629EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629EE; }

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

 H1.HeaderClassName
 {
   color: #D629EE;
 }
 .AnyTagClassName
 {
   color: #D629EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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