Html Css Color HEX #D429EF Psychedelic Purple

📋 copy color: '#D429EF'

red 212 ◦ green 41 ◦ blue 239

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

Shades of Psychedelic Purple #D429EF

Tints of Psychedelic Purple #D429EF

RGB

 RED value IS 212 (83.2% from 255) = 43.09%

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

 BLUE value IS 239 (93.75% from 255) = 48.58%

R = 43.09%
G = 8.33%
B = 48.58%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D429EF (or 0xD429EF) is known color: Psychedelic Purple. HEX triplet: D4, 29 and EF. RGB value is (212,41,239). Sum of RGB (Red+Green+Blue) = 212+41+239=492 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.09% from 492); Green value is 41 (16.41% from 255 or 8.33% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #D429EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D429EF is #2BD610. Grayscale: #727272. Windows color (decimal): -2872849 or 15673812. OLE color: 15673812.

HSL color Cylindrical-coordinate representation of color #D429EF: hue angle of 291.82º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D429EF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 41 239 -
CMYK 0.11 0.83 0 0.06
HSL 291.82º 0.86% 0.55% -
HSV(B) 291.82º 0.83% 0.94% -
XYZ 43.52 21.81 83.58 -
YUV 114.7 198.15 197.4 -
System Red Green Blue C M Y K H S L
Decimal 212 41 239 0.11 0.83 0 0.06 291.82 0.86 0.55
Hex D4 29 EF B 53 0 6 124 56 37
Octal 324 51 357 13 123 0 6 444 126 67
Binary 11010100 101001 11101111 1011 1010011 0 110 100100100 1010110 110111

Color Harmonies of #D429EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D429EF

Black with #D429EF

Text Example


Text Example

White with #D429EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D429EF; }

 p { color: rgb(212,41,239); }

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

background-color css

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

 a { background-color: rgb(212,41,239); }

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

border-color css

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

 span { border-color: rgb(212,41,239); }

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