Html Css Color HEX #D919EA Psychedelic Purple

📋 copy color: '#D919EA'

red 217 ◦ green 25 ◦ blue 234

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

Shades of Psychedelic Purple #D919EA

Tints of Psychedelic Purple #D919EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.16%

R = 45.59%
G = 5.25%
B = 49.16%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D919EA (or 0xD919EA) is known color: Psychedelic Purple. HEX triplet: D9, 19 and EA. RGB value is (217,25,234). Sum of RGB (Red+Green+Blue) = 217+25+234=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 25 (10.16% from 255 or 5.25% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #D919EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D919EA is #26E615. Grayscale: #696969. Windows color (decimal): -2549270 or 15342041. OLE color: 15342041.

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

Color convert

RGB 217 25 234 -
CMYK 0.07 0.89 0 0.08
HSL 295.12º 0.83% 0.51% -
HSV(B) 295.12º 0.89% 0.92% -
XYZ 43.81 21.39 79.66 -
YUV 106.23 200.11 207.01 -
System Red Green Blue C M Y K H S L
Decimal 217 25 234 0.07 0.89 0 0.08 295.12 0.83 0.51
Hex D9 19 EA 7 59 0 8 127 53 33
Octal 331 31 352 7 131 0 10 447 123 63
Binary 11011001 11001 11101010 111 1011001 0 1000 100100111 1010011 110011

Color Harmonies of #D919EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919EA

Black with #D919EA

Text Example


Text Example

White with #D919EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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