Html Css Color HEX #D019FE Psychedelic Purple

📋 copy color: '#D019FE'

red 208 ◦ green 25 ◦ blue 254

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

Shades of Psychedelic Purple #D019FE

Tints of Psychedelic Purple #D019FE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.13%

 BLUE value IS 254 (99.61% from 255) = 52.16%

R = 42.71%
G = 5.13%
B = 52.16%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D019FE (or 0xD019FE) is known color: Psychedelic Purple. HEX triplet: D0, 19 and FE. RGB value is (208,25,254). Sum of RGB (Red+Green+Blue) = 208+25+254=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 25 (10.16% from 255 or 5.13% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #D019FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D019FE is #2FE601. Grayscale: #696969. Windows color (decimal): -3139074 or 16652752. OLE color: 16652752.

HSL color Cylindrical-coordinate representation of color #D019FE: hue angle of 287.95º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D019FE is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 25 254 -
CMYK 0.18 0.90 0 0.00
HSL 287.95º 0.99% 0.55% -
HSV(B) 287.95º 0.9% 1% -
XYZ 44.25 21.26 95.54 -
YUV 105.82 211.63 200.88 -
System Red Green Blue C M Y K H S L
Decimal 208 25 254 0.18 0.90 0 0.00 287.95 0.99 0.55
Hex D0 19 FE 12 5A 0 0 120 63 37
Octal 320 31 376 22 132 0 0 440 143 67
Binary 11010000 11001 11111110 10010 1011010 0 0 100100000 1100011 110111

Color Harmonies of #D019FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D019FE

Black with #D019FE

Text Example


Text Example

White with #D019FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D019FE; }

 p { color: rgb(208,25,254); }

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

background-color css

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

 a { background-color: rgb(208,25,254); }

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

border-color css

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

 span { border-color: rgb(208,25,254); }

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