Html Css Color HEX #D019E9 Psychedelic Purple

📋 copy color: '#D019E9'

red 208 ◦ green 25 ◦ blue 233

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

Shades of Psychedelic Purple #D019E9

Tints of Psychedelic Purple #D019E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50%

R = 44.64%
G = 5.36%
B = 50%

CMYK

 C value IS 0.11

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D019E9 (or 0xD019E9) is known color: Psychedelic Purple. HEX triplet: D0, 19 and E9. RGB value is (208,25,233). Sum of RGB (Red+Green+Blue) = 208+25+233=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #D019E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D019E9 is #2FE616. Grayscale: #666666. Windows color (decimal): -3139095 or 15276496. OLE color: 15276496.

HSL color Cylindrical-coordinate representation of color #D019E9: hue angle of 292.79º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D019E9 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 25 233 -
CMYK 0.11 0.89 0 0.09
HSL 292.79º 0.83% 0.51% -
HSV(B) 292.79º 0.89% 0.91% -
XYZ 41.07 19.99 78.78 -
YUV 103.43 201.13 202.59 -
System Red Green Blue C M Y K H S L
Decimal 208 25 233 0.11 0.89 0 0.09 292.79 0.83 0.51
Hex D0 19 E9 B 59 0 9 125 53 33
Octal 320 31 351 13 131 0 11 445 123 63
Binary 11010000 11001 11101001 1011 1011001 0 1001 100100101 1010011 110011

Color Harmonies of #D019E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D019E9

Black with #D019E9

Text Example


Text Example

White with #D019E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D019E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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