Html Css Color HEX #D028EF Psychedelic Purple

📋 copy color: '#D028EF'

red 208 ◦ green 40 ◦ blue 239

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

Shades of Psychedelic Purple #D028EF

Tints of Psychedelic Purple #D028EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 42.71%
G = 8.21%
B = 49.08%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D028EF (or 0xD028EF) is known color: Psychedelic Purple. HEX triplet: D0, 28 and EF. RGB value is (208,40,239). Sum of RGB (Red+Green+Blue) = 208+40+239=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #D028EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028EF is #2FD710. Grayscale: #707070. Windows color (decimal): -3135249 or 15673552. OLE color: 15673552.

HSL color Cylindrical-coordinate representation of color #D028EF: hue angle of 290.65º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D028EF is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 40 239 -
CMYK 0.13 0.83 0 0.06
HSL 290.65º 0.86% 0.55% -
HSV(B) 290.65º 0.83% 0.94% -
XYZ 42.35 21.16 83.51 -
YUV 112.92 199.16 195.82 -
System Red Green Blue C M Y K H S L
Decimal 208 40 239 0.13 0.83 0 0.06 290.65 0.86 0.55
Hex D0 28 EF D 53 0 6 123 56 37
Octal 320 50 357 15 123 0 6 443 126 67
Binary 11010000 101000 11101111 1101 1010011 0 110 100100011 1010110 110111

Color Harmonies of #D028EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028EF

Black with #D028EF

Text Example


Text Example

White with #D028EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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