Html Css Color HEX #D919EE Psychedelic Purple

📋 copy color: '#D919EE'

red 217 ◦ green 25 ◦ blue 238

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

Shades of Psychedelic Purple #D919EE

Tints of Psychedelic Purple #D919EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.58%

R = 45.21%
G = 5.21%
B = 49.58%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D919EE (or 0xD919EE) is known color: Psychedelic Purple. HEX triplet: D9, 19 and EE. RGB value is (217,25,238). Sum of RGB (Red+Green+Blue) = 217+25+238=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #D919EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D919EE is #26E611. Grayscale: #6A6A6A. Windows color (decimal): -2549266 or 15604185. OLE color: 15604185.

HSL color Cylindrical-coordinate representation of color #D919EE: hue angle of 294.08º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D919EE is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 25 238 -
CMYK 0.09 0.89 0 0.07
HSL 294.08º 0.86% 0.52% -
HSV(B) 294.08º 0.89% 0.93% -
XYZ 44.4 21.62 82.72 -
YUV 106.69 202.11 206.68 -
System Red Green Blue C M Y K H S L
Decimal 217 25 238 0.09 0.89 0 0.07 294.08 0.86 0.52
Hex D9 19 EE 9 59 0 7 126 56 34
Octal 331 31 356 11 131 0 7 446 126 64
Binary 11011001 11001 11101110 1001 1011001 0 111 100100110 1010110 110100

Color Harmonies of #D919EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919EE

Black with #D919EE

Text Example


Text Example

White with #D919EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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