Html Css Color HEX #D028EA Psychedelic Purple

📋 copy color: '#D028EA'

red 208 ◦ green 40 ◦ blue 234

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

Shades of Psychedelic Purple #D028EA

Tints of Psychedelic Purple #D028EA

RGB

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

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

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

R = 43.15%
G = 8.3%
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

#D028EA (or 0xD028EA) is known color: Psychedelic Purple. HEX triplet: D0, 28 and EA. RGB value is (208,40,234). Sum of RGB (Red+Green+Blue) = 208+40+234=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 40 (16.02% from 255 or 8.30% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #D028EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028EA is #2FD715. Grayscale: #6F6F6F. Windows color (decimal): -3135254 or 15345872. OLE color: 15345872.

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

Color convert

RGB 208 40 234 -
CMYK 0.11 0.83 0 0.08
HSL 291.96º 0.82% 0.54% -
HSV(B) 291.96º 0.83% 0.92% -
XYZ 41.62 20.87 79.68 -
YUV 112.35 196.66 196.23 -
System Red Green Blue C M Y K H S L
Decimal 208 40 234 0.11 0.83 0 0.08 291.96 0.82 0.54
Hex D0 28 EA B 53 0 8 124 52 36
Octal 320 50 352 13 123 0 10 444 122 66
Binary 11010000 101000 11101010 1011 1010011 0 1000 100100100 1010010 110110

Color Harmonies of #D028EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028EA

Black with #D028EA

Text Example


Text Example

White with #D028EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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