Html Css Color HEX #D028F1 Psychedelic Purple

📋 copy color: '#D028F1'

red 208 ◦ green 40 ◦ blue 241

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

Shades of Psychedelic Purple #D028F1

Tints of Psychedelic Purple #D028F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.28%

R = 42.54%
G = 8.18%
B = 49.28%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D028F1 (or 0xD028F1) is known color: Psychedelic Purple. HEX triplet: D0, 28 and F1. RGB value is (208,40,241). Sum of RGB (Red+Green+Blue) = 208+40+241=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 241 (94.53% from 255 or 49.28% from 489); Max value from RGB is 241 - color contains mainly: blue. Hex color #D028F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D028F1 is #2FD70E. Grayscale: #707070. Windows color (decimal): -3135247 or 15804624. OLE color: 15804624.

HSL color Cylindrical-coordinate representation of color #D028F1: hue angle of 290.15º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D028F1 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 40 241 -
CMYK 0.14 0.83 0 0.05
HSL 290.15º 0.88% 0.55% -
HSV(B) 290.15º 0.83% 0.95% -
XYZ 42.65 21.28 85.08 -
YUV 113.15 200.16 195.66 -
System Red Green Blue C M Y K H S L
Decimal 208 40 241 0.14 0.83 0 0.05 290.15 0.88 0.55
Hex D0 28 F1 E 53 0 5 122 58 37
Octal 320 50 361 16 123 0 5 442 130 67
Binary 11010000 101000 11110001 1110 1010011 0 101 100100010 1011000 110111

Color Harmonies of #D028F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028F1

Black with #D028F1

Text Example


Text Example

White with #D028F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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