Html Css Color HEX #D028ED Psychedelic Purple

📋 copy color: '#D028ED'

red 208 ◦ green 40 ◦ blue 237

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

Shades of Psychedelic Purple #D028ED

Tints of Psychedelic Purple #D028ED

RGB

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

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

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

R = 42.89%
G = 8.25%
B = 48.87%

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

#D028ED (or 0xD028ED) is known color: Psychedelic Purple. HEX triplet: D0, 28 and ED. RGB value is (208,40,237). Sum of RGB (Red+Green+Blue) = 208+40+237=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 40 (16.02% from 255 or 8.25% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #D028ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028ED is #2FD712. Grayscale: #707070. Windows color (decimal): -3135251 or 15542480. OLE color: 15542480.

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

Color convert

RGB 208 40 237 -
CMYK 0.12 0.83 0 0.07
HSL 291.17º 0.85% 0.54% -
HSV(B) 291.17º 0.83% 0.93% -
XYZ 42.06 21.04 81.97 -
YUV 112.69 198.16 195.98 -
System Red Green Blue C M Y K H S L
Decimal 208 40 237 0.12 0.83 0 0.07 291.17 0.85 0.54
Hex D0 28 ED C 53 0 7 123 55 36
Octal 320 50 355 14 123 0 7 443 125 66
Binary 11010000 101000 11101101 1100 1010011 0 111 100100011 1010101 110110

Color Harmonies of #D028ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028ED

Black with #D028ED

Text Example


Text Example

White with #D028ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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