Html Css Color HEX #D028F8 Psychedelic Purple

📋 copy color: '#D028F8'

red 208 ◦ green 40 ◦ blue 248

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

Shades of Psychedelic Purple #D028F8

Tints of Psychedelic Purple #D028F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50%

R = 41.94%
G = 8.06%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D028F8 (or 0xD028F8) is known color: Psychedelic Purple. HEX triplet: D0, 28 and F8. RGB value is (208,40,248). Sum of RGB (Red+Green+Blue) = 208+40+248=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 40 (16.02% from 255 or 8.06% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #D028F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028F8 is #2FD707. Grayscale: #717171. Windows color (decimal): -3135240 or 16263376. OLE color: 16263376.

HSL color Cylindrical-coordinate representation of color #D028F8: hue angle of 288.46º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D028F8 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 40 248 -
CMYK 0.16 0.84 0 0.03
HSL 288.46º 0.94% 0.56% -
HSV(B) 288.46º 0.84% 0.97% -
XYZ 43.71 21.7 90.69 -
YUV 113.94 203.66 195.09 -
System Red Green Blue C M Y K H S L
Decimal 208 40 248 0.16 0.84 0 0.03 288.46 0.94 0.56
Hex D0 28 F8 10 54 0 3 120 5E 38
Octal 320 50 370 20 124 0 3 440 136 70
Binary 11010000 101000 11111000 10000 1010100 0 11 100100000 1011110 111000

Color Harmonies of #D028F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028F8

Black with #D028F8

Text Example


Text Example

White with #D028F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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