Html Css Color HEX #D129EA Psychedelic Purple

📋 copy color: '#D129EA'

red 209 ◦ green 41 ◦ blue 234

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

Shades of Psychedelic Purple #D129EA

Tints of Psychedelic Purple #D129EA

RGB

 RED value IS 209 (82.03% from 255) = 43.18%

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

 BLUE value IS 234 (91.8% from 255) = 48.35%

R = 43.18%
G = 8.47%
B = 48.35%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D129EA (or 0xD129EA) is known color: Psychedelic Purple. HEX triplet: D1, 29 and EA. RGB value is (209,41,234). Sum of RGB (Red+Green+Blue) = 209+41+234=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 41 (16.41% from 255 or 8.47% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #D129EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D129EA is #2ED615. Grayscale: #707070. Windows color (decimal): -3069462 or 15346129. OLE color: 15346129.

HSL color Cylindrical-coordinate representation of color #D129EA: hue angle of 292.23º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D129EA is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 41 234 -
CMYK 0.11 0.82 0 0.08
HSL 292.23º 0.82% 0.54% -
HSV(B) 292.23º 0.82% 0.92% -
XYZ 41.94 21.08 79.7 -
YUV 113.23 196.16 196.31 -
System Red Green Blue C M Y K H S L
Decimal 209 41 234 0.11 0.82 0 0.08 292.23 0.82 0.54
Hex D1 29 EA B 52 0 8 124 52 36
Octal 321 51 352 13 122 0 10 444 122 66
Binary 11010001 101001 11101010 1011 1010010 0 1000 100100100 1010010 110110

Color Harmonies of #D129EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129EA

Black with #D129EA

Text Example


Text Example

White with #D129EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129EA; }

 p { color: rgb(209,41,234); }

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

background-color css

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

 a { background-color: rgb(209,41,234); }

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

border-color css

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

 span { border-color: rgb(209,41,234); }

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