Html Css Color HEX #D129ED Psychedelic Purple

📋 copy color: '#D129ED'

red 209 ◦ green 41 ◦ blue 237

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

Shades of Psychedelic Purple #D129ED

Tints of Psychedelic Purple #D129ED

RGB

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

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

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

R = 42.92%
G = 8.42%
B = 48.67%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D129ED (or 0xD129ED) is known color: Psychedelic Purple. HEX triplet: D1, 29 and ED. RGB value is (209,41,237). Sum of RGB (Red+Green+Blue) = 209+41+237=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #D129ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D129ED is #2ED612. Grayscale: #707070. Windows color (decimal): -3069459 or 15542737. OLE color: 15542737.

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

Color convert

RGB 209 41 237 -
CMYK 0.12 0.83 0 0.07
HSL 291.43º 0.84% 0.55% -
HSV(B) 291.43º 0.83% 0.93% -
XYZ 42.37 21.26 81.99 -
YUV 113.58 197.66 196.06 -
System Red Green Blue C M Y K H S L
Decimal 209 41 237 0.12 0.83 0 0.07 291.43 0.84 0.55
Hex D1 29 ED C 53 0 7 123 54 37
Octal 321 51 355 14 123 0 7 443 124 67
Binary 11010001 101001 11101101 1100 1010011 0 111 100100011 1010100 110111

Color Harmonies of #D129ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D129ED

Black with #D129ED

Text Example


Text Example

White with #D129ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D129ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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