Html Css Color HEX #D917EA Psychedelic Purple

📋 copy color: '#D917EA'

red 217 ◦ green 23 ◦ blue 234

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

Shades of Psychedelic Purple #D917EA

Tints of Psychedelic Purple #D917EA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.85%

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

R = 45.78%
G = 4.85%
B = 49.37%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D917EA (or 0xD917EA) is known color: Psychedelic Purple. HEX triplet: D9, 17 and EA. RGB value is (217,23,234). Sum of RGB (Red+Green+Blue) = 217+23+234=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 23 (9.38% from 255 or 4.85% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #D917EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D917EA is #26E815. Grayscale: #686868. Windows color (decimal): -2549782 or 15341529. OLE color: 15341529.

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

Color convert

RGB 217 23 234 -
CMYK 0.07 0.90 0 0.08
HSL 295.17º 0.83% 0.5% -
HSV(B) 295.17º 0.9% 0.92% -
XYZ 43.77 21.31 79.65 -
YUV 105.06 200.77 207.84 -
System Red Green Blue C M Y K H S L
Decimal 217 23 234 0.07 0.90 0 0.08 295.17 0.83 0.5
Hex D9 17 EA 7 5A 0 8 127 53 32
Octal 331 27 352 7 132 0 10 447 123 62
Binary 11011001 10111 11101010 111 1011010 0 1000 100100111 1010011 110010

Color Harmonies of #D917EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D917EA

Black with #D917EA

Text Example


Text Example

White with #D917EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D917EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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