Html Css Color HEX #D917EB Psychedelic Purple

📋 copy color: '#D917EB'

red 217 ◦ green 23 ◦ blue 235

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

Shades of Psychedelic Purple #D917EB

Tints of Psychedelic Purple #D917EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 45.68%
G = 4.84%
B = 49.47%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D917EB (or 0xD917EB) is known color: Psychedelic Purple. HEX triplet: D9, 17 and EB. RGB value is (217,23,235). Sum of RGB (Red+Green+Blue) = 217+23+235=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 23 (9.38% from 255 or 4.84% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #D917EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D917EB is #26E814. Grayscale: #686868. Windows color (decimal): -2549781 or 15407065. OLE color: 15407065.

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

Color convert

RGB 217 23 235 -
CMYK 0.08 0.90 0 0.08
HSL 294.91º 0.84% 0.51% -
HSV(B) 294.91º 0.9% 0.92% -
XYZ 43.92 21.36 80.41 -
YUV 105.17 201.27 207.76 -
System Red Green Blue C M Y K H S L
Decimal 217 23 235 0.08 0.90 0 0.08 294.91 0.84 0.51
Hex D9 17 EB 8 5A 0 8 127 54 33
Octal 331 27 353 10 132 0 10 447 124 63
Binary 11011001 10111 11101011 1000 1011010 0 1000 100100111 1010100 110011

Color Harmonies of #D917EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D917EB

Black with #D917EB

Text Example


Text Example

White with #D917EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D917EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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