Html Css Color HEX #D429ED Psychedelic Purple

📋 copy color: '#D429ED'

red 212 ◦ green 41 ◦ blue 237

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

Shades of Psychedelic Purple #D429ED

Tints of Psychedelic Purple #D429ED

RGB

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

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

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

R = 43.27%
G = 8.37%
B = 48.37%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D429ED (or 0xD429ED) is known color: Psychedelic Purple. HEX triplet: D4, 29 and ED. RGB value is (212,41,237). Sum of RGB (Red+Green+Blue) = 212+41+237=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #D429ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D429ED is #2BD612. Grayscale: #717171. Windows color (decimal): -2872851 or 15542740. OLE color: 15542740.

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

Color convert

RGB 212 41 237 -
CMYK 0.11 0.83 0 0.07
HSL 292.35º 0.84% 0.55% -
HSV(B) 292.35º 0.83% 0.93% -
XYZ 43.23 21.7 82.03 -
YUV 114.47 197.15 197.56 -
System Red Green Blue C M Y K H S L
Decimal 212 41 237 0.11 0.83 0 0.07 292.35 0.84 0.55
Hex D4 29 ED B 53 0 7 124 54 37
Octal 324 51 355 13 123 0 7 444 124 67
Binary 11010100 101001 11101101 1011 1010011 0 111 100100100 1010100 110111

Color Harmonies of #D429ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D429ED

Black with #D429ED

Text Example


Text Example

White with #D429ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D429ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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