Html Css Color HEX #D919E8 Psychedelic Purple

📋 copy color: '#D919E8'

red 217 ◦ green 25 ◦ blue 232

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

Shades of Psychedelic Purple #D919E8

Tints of Psychedelic Purple #D919E8

RGB

 RED value IS 217 (85.16% from 255) = 45.78%

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

 BLUE value IS 232 (91.02% from 255) = 48.95%

R = 45.78%
G = 5.27%
B = 48.95%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D919E8 (or 0xD919E8) is known color: Psychedelic Purple. HEX triplet: D9, 19 and E8. RGB value is (217,25,232). Sum of RGB (Red+Green+Blue) = 217+25+232=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 25 (10.16% from 255 or 5.27% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #D919E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D919E8 is #26E617. Grayscale: #696969. Windows color (decimal): -2549272 or 15210969. OLE color: 15210969.

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

Color convert

RGB 217 25 232 -
CMYK 0.06 0.89 0 0.09
HSL 295.65º 0.82% 0.5% -
HSV(B) 295.65º 0.89% 0.91% -
XYZ 43.53 21.27 78.16 -
YUV 106.01 199.11 207.17 -
System Red Green Blue C M Y K H S L
Decimal 217 25 232 0.06 0.89 0 0.09 295.65 0.82 0.5
Hex D9 19 E8 6 59 0 9 128 52 32
Octal 331 31 350 6 131 0 11 450 122 62
Binary 11011001 11001 11101000 110 1011001 0 1001 100101000 1010010 110010

Color Harmonies of #D919E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919E8

Black with #D919E8

Text Example


Text Example

White with #D919E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919E8; }

 p { color: rgb(217,25,232); }

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

background-color css

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

 a { background-color: rgb(217,25,232); }

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

border-color css

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

 span { border-color: rgb(217,25,232); }

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