Html Css Color HEX #D028FA Psychedelic Purple

📋 copy color: '#D028FA'

red 208 ◦ green 40 ◦ blue 250

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

Shades of Psychedelic Purple #D028FA

Tints of Psychedelic Purple #D028FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 41.77%
G = 8.03%
B = 50.2%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D028FA (or 0xD028FA) is known color: Psychedelic Purple. HEX triplet: D0, 28 and FA. RGB value is (208,40,250). Sum of RGB (Red+Green+Blue) = 208+40+250=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 40 (16.02% from 255 or 8.03% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #D028FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028FA is #2FD705. Grayscale: #717171. Windows color (decimal): -3135238 or 16394448. OLE color: 16394448.

HSL color Cylindrical-coordinate representation of color #D028FA: hue angle of 288º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D028FA is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 40 250 -
CMYK 0.17 0.84 0 0.02
HSL 288º 0.95% 0.57% -
HSV(B) 288º 0.84% 0.98% -
XYZ 44.03 21.83 92.34 -
YUV 114.17 204.66 194.92 -
System Red Green Blue C M Y K H S L
Decimal 208 40 250 0.17 0.84 0 0.02 288 0.95 0.57
Hex D0 28 FA 11 54 0 2 120 5F 39
Octal 320 50 372 21 124 0 2 440 137 71
Binary 11010000 101000 11111010 10001 1010100 0 10 100100000 1011111 111001

Color Harmonies of #D028FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028FA

Black with #D028FA

Text Example


Text Example

White with #D028FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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