Html Css Color HEX #D019FB Psychedelic Purple

📋 copy color: '#D019FB'

red 208 ◦ green 25 ◦ blue 251

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

Shades of Psychedelic Purple #D019FB

Tints of Psychedelic Purple #D019FB

RGB

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

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

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

R = 42.98%
G = 5.17%
B = 51.86%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D019FB (or 0xD019FB) is known color: Psychedelic Purple. HEX triplet: D0, 19 and FB. RGB value is (208,25,251). Sum of RGB (Red+Green+Blue) = 208+25+251=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #D019FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D019FB is #2FE604. Grayscale: #686868. Windows color (decimal): -3139077 or 16456144. OLE color: 16456144.

HSL color Cylindrical-coordinate representation of color #D019FB: hue angle of 288.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D019FB is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 25 251 -
CMYK 0.17 0.90 0 0.02
HSL 288.58º 0.97% 0.54% -
HSV(B) 288.58º 0.9% 0.98% -
XYZ 43.77 21.07 93.03 -
YUV 105.48 210.13 201.12 -
System Red Green Blue C M Y K H S L
Decimal 208 25 251 0.17 0.90 0 0.02 288.58 0.97 0.54
Hex D0 19 FB 11 5A 0 2 121 61 36
Octal 320 31 373 21 132 0 2 441 141 66
Binary 11010000 11001 11111011 10001 1011010 0 10 100100001 1100001 110110

Color Harmonies of #D019FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D019FB

Black with #D019FB

Text Example


Text Example

White with #D019FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D019FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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