Html Css Color HEX #D019EF Psychedelic Purple

📋 copy color: '#D019EF'

red 208 ◦ green 25 ◦ blue 239

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

Shades of Psychedelic Purple #D019EF

Tints of Psychedelic Purple #D019EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 44.07%
G = 5.3%
B = 50.64%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D019EF (or 0xD019EF) is known color: Psychedelic Purple. HEX triplet: D0, 19 and EF. RGB value is (208,25,239). Sum of RGB (Red+Green+Blue) = 208+25+239=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #D019EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D019EF is #2FE610. Grayscale: #676767. Windows color (decimal): -3139089 or 15669712. OLE color: 15669712.

HSL color Cylindrical-coordinate representation of color #D019EF: hue angle of 291.31º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D019EF is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 25 239 -
CMYK 0.13 0.90 0 0.06
HSL 291.31º 0.87% 0.52% -
HSV(B) 291.31º 0.9% 0.94% -
XYZ 41.94 20.34 83.38 -
YUV 104.11 204.13 202.1 -
System Red Green Blue C M Y K H S L
Decimal 208 25 239 0.13 0.90 0 0.06 291.31 0.87 0.52
Hex D0 19 EF D 5A 0 6 123 57 34
Octal 320 31 357 15 132 0 6 443 127 64
Binary 11010000 11001 11101111 1101 1011010 0 110 100100011 1010111 110100

Color Harmonies of #D019EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D019EF

Black with #D019EF

Text Example


Text Example

White with #D019EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D019EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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