Html Css Color HEX #D028EB Psychedelic Purple

📋 copy color: '#D028EB'

red 208 ◦ green 40 ◦ blue 235

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

Shades of Psychedelic Purple #D028EB

Tints of Psychedelic Purple #D028EB

RGB

 RED value IS 208 (81.64% from 255) = 43.06%

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

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

R = 43.06%
G = 8.28%
B = 48.65%

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

#D028EB (or 0xD028EB) is known color: Psychedelic Purple. HEX triplet: D0, 28 and EB. RGB value is (208,40,235). Sum of RGB (Red+Green+Blue) = 208+40+235=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #D028EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028EB is #2FD714. Grayscale: #6F6F6F. Windows color (decimal): -3135253 or 15411408. OLE color: 15411408.

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

Color convert

RGB 208 40 235 -
CMYK 0.11 0.83 0 0.08
HSL 291.69º 0.83% 0.54% -
HSV(B) 291.69º 0.83% 0.92% -
XYZ 41.77 20.93 80.43 -
YUV 112.46 197.16 196.14 -
System Red Green Blue C M Y K H S L
Decimal 208 40 235 0.11 0.83 0 0.08 291.69 0.83 0.54
Hex D0 28 EB B 53 0 8 124 53 36
Octal 320 50 353 13 123 0 10 444 123 66
Binary 11010000 101000 11101011 1011 1010011 0 1000 100100100 1010011 110110

Color Harmonies of #D028EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028EB

Black with #D028EB

Text Example


Text Example

White with #D028EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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