Html Css Color HEX #D128ED Psychedelic Purple

📋 copy color: '#D128ED'

red 209 ◦ green 40 ◦ blue 237

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

Shades of Psychedelic Purple #D128ED

Tints of Psychedelic Purple #D128ED

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.23%

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

R = 43%
G = 8.23%
B = 48.77%

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

#D128ED (or 0xD128ED) is known color: Psychedelic Purple. HEX triplet: D1, 28 and ED. RGB value is (209,40,237). Sum of RGB (Red+Green+Blue) = 209+40+237=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #D128ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D128ED is #2ED712. Grayscale: #707070. Windows color (decimal): -3069715 or 15542481. OLE color: 15542481.

HSL color Cylindrical-coordinate representation of color #D128ED: hue angle of 291.47º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D128ED is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 40 237 -
CMYK 0.12 0.83 0 0.07
HSL 291.47º 0.85% 0.54% -
HSV(B) 291.47º 0.83% 0.93% -
XYZ 42.34 21.19 81.98 -
YUV 112.99 197.99 196.48 -
System Red Green Blue C M Y K H S L
Decimal 209 40 237 0.12 0.83 0 0.07 291.47 0.85 0.54
Hex D1 28 ED C 53 0 7 123 55 36
Octal 321 50 355 14 123 0 7 443 125 66
Binary 11010001 101000 11101101 1100 1010011 0 111 100100011 1010101 110110

Color Harmonies of #D128ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128ED

Black with #D128ED

Text Example


Text Example

White with #D128ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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