Html Css Color HEX #D028FD Psychedelic Purple

📋 copy color: '#D028FD'

red 208 ◦ green 40 ◦ blue 253

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

Shades of Psychedelic Purple #D028FD

Tints of Psychedelic Purple #D028FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 41.52%
G = 7.98%
B = 50.5%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D028FD (or 0xD028FD) is known color: Psychedelic Purple. HEX triplet: D0, 28 and FD. RGB value is (208,40,253). Sum of RGB (Red+Green+Blue) = 208+40+253=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 40 (16.02% from 255 or 7.98% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #D028FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028FD is #2FD702. Grayscale: #717171. Windows color (decimal): -3135235 or 16591056. OLE color: 16591056.

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

Color convert

RGB 208 40 253 -
CMYK 0.18 0.84 0 0.01
HSL 287.32º 0.98% 0.57% -
HSV(B) 287.32º 0.84% 0.99% -
XYZ 44.5 22.02 94.83 -
YUV 114.51 206.16 194.68 -
System Red Green Blue C M Y K H S L
Decimal 208 40 253 0.18 0.84 0 0.01 287.32 0.98 0.57
Hex D0 28 FD 12 54 0 1 11F 62 39
Octal 320 50 375 22 124 0 1 437 142 71
Binary 11010000 101000 11111101 10010 1010100 0 1 100011111 1100010 111001

Color Harmonies of #D028FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028FD

Black with #D028FD

Text Example


Text Example

White with #D028FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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