Html Css Color HEX #D028FF Psychedelic Purple

📋 copy color: '#D028FF'

red 208 ◦ green 40 ◦ blue 255

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

Shades of Psychedelic Purple #D028FF

Tints of Psychedelic Purple #D028FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.7%

R = 41.35%
G = 7.95%
B = 50.7%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D028FF (or 0xD028FF) is known color: Psychedelic Purple. HEX triplet: D0, 28 and FF. RGB value is (208,40,255). Sum of RGB (Red+Green+Blue) = 208+40+255=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 40 (16.02% from 255 or 7.95% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #D028FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028FF is #2FD700. Grayscale: #727272. Windows color (decimal): -3135233 or 16722128. OLE color: 16722128.

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

Color convert

RGB 208 40 255 -
CMYK 0.18 0.84 0 0
HSL 286.88º 1% 0.58% -
HSV(B) 286.88º 0.84% 1% -
XYZ 44.82 22.15 96.52 -
YUV 114.74 207.16 194.52 -
System Red Green Blue C M Y K H S L
Decimal 208 40 255 0.18 0.84 0 0 286.88 1 0.58
Hex D0 28 FF 12 54 0 0 11F 64 3A
Octal 320 50 377 22 124 0 0 437 144 72
Binary 11010000 101000 11111111 10010 1010100 0 0 100011111 1100100 111010

Color Harmonies of #D028FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028FF

Black with #D028FF

Text Example


Text Example

White with #D028FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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