Html Css Color HEX #D128EB Psychedelic Purple

📋 copy color: '#D128EB'

red 209 ◦ green 40 ◦ blue 235

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

Shades of Psychedelic Purple #D128EB

Tints of Psychedelic Purple #D128EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.55%

R = 43.18%
G = 8.26%
B = 48.55%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D128EB (or 0xD128EB) is known color: Psychedelic Purple. HEX triplet: D1, 28 and EB. RGB value is (209,40,235). Sum of RGB (Red+Green+Blue) = 209+40+235=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #D128EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D128EB is #2ED714. Grayscale: #707070. Windows color (decimal): -3069717 or 15411409. OLE color: 15411409.

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

Color convert

RGB 209 40 235 -
CMYK 0.11 0.83 0 0.08
HSL 292º 0.83% 0.54% -
HSV(B) 292º 0.83% 0.92% -
XYZ 42.05 21.07 80.45 -
YUV 112.76 196.99 196.64 -
System Red Green Blue C M Y K H S L
Decimal 209 40 235 0.11 0.83 0 0.08 292 0.83 0.54
Hex D1 28 EB B 53 0 8 124 53 36
Octal 321 50 353 13 123 0 10 444 123 66
Binary 11010001 101000 11101011 1011 1010011 0 1000 100100100 1010011 110110

Color Harmonies of #D128EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D128EB

Black with #D128EB

Text Example


Text Example

White with #D128EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D128EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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