Html Css Color HEX #D028FB Psychedelic Purple

📋 copy color: '#D028FB'

red 208 ◦ green 40 ◦ blue 251

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

Shades of Psychedelic Purple #D028FB

Tints of Psychedelic Purple #D028FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 41.68%
G = 8.02%
B = 50.3%

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

#D028FB (or 0xD028FB) is known color: Psychedelic Purple. HEX triplet: D0, 28 and FB. RGB value is (208,40,251). Sum of RGB (Red+Green+Blue) = 208+40+251=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 40 (16.02% from 255 or 8.02% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #D028FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028FB is #2FD704. Grayscale: #717171. Windows color (decimal): -3135237 or 16459984. OLE color: 16459984.

HSL color Cylindrical-coordinate representation of color #D028FB: hue angle of 287.77º degrees, saturation: 0.96, 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 #D028FB is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 40 251 -
CMYK 0.17 0.84 0 0.02
HSL 287.77º 0.96% 0.57% -
HSV(B) 287.77º 0.84% 0.98% -
XYZ 44.18 21.89 93.16 -
YUV 114.29 205.16 194.84 -
System Red Green Blue C M Y K H S L
Decimal 208 40 251 0.17 0.84 0 0.02 287.77 0.96 0.57
Hex D0 28 FB 11 54 0 2 120 60 39
Octal 320 50 373 21 124 0 2 440 140 71
Binary 11010000 101000 11111011 10001 1010100 0 10 100100000 1100000 111001

Color Harmonies of #D028FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028FB

Black with #D028FB

Text Example


Text Example

White with #D028FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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