Html Css Color HEX #D028FE Psychedelic Purple

📋 copy color: '#D028FE'

red 208 ◦ green 40 ◦ blue 254

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

Shades of Psychedelic Purple #D028FE

Tints of Psychedelic Purple #D028FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 41.43%
G = 7.97%
B = 50.6%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D028FE (or 0xD028FE) is known color: Psychedelic Purple. HEX triplet: D0, 28 and FE. RGB value is (208,40,254). Sum of RGB (Red+Green+Blue) = 208+40+254=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 40 (16.02% from 255 or 7.97% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #D028FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028FE is #2FD701. Grayscale: #717171. Windows color (decimal): -3135234 or 16656592. OLE color: 16656592.

HSL color Cylindrical-coordinate representation of color #D028FE: hue angle of 287.1º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D028FE is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 40 254 -
CMYK 0.18 0.84 0 0.00
HSL 287.1º 0.99% 0.58% -
HSV(B) 287.1º 0.84% 1% -
XYZ 44.66 22.08 95.67 -
YUV 114.63 206.66 194.6 -
System Red Green Blue C M Y K H S L
Decimal 208 40 254 0.18 0.84 0 0.00 287.1 0.99 0.58
Hex D0 28 FE 12 54 0 0 11F 63 3A
Octal 320 50 376 22 124 0 0 437 143 72
Binary 11010000 101000 11111110 10010 1010100 0 0 100011111 1100011 111010

Color Harmonies of #D028FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028FE

Black with #D028FE

Text Example


Text Example

White with #D028FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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