Html Css Color HEX #D915EB Psychedelic Purple

📋 copy color: '#D915EB'

red 217 ◦ green 21 ◦ blue 235

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

Shades of Psychedelic Purple #D915EB

Tints of Psychedelic Purple #D915EB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.44%

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

R = 45.88%
G = 4.44%
B = 49.68%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D915EB (or 0xD915EB) is known color: Psychedelic Purple. HEX triplet: D9, 15 and EB. RGB value is (217,21,235). Sum of RGB (Red+Green+Blue) = 217+21+235=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #D915EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D915EB is #26EA14. Grayscale: #676767. Windows color (decimal): -2550293 or 15406553. OLE color: 15406553.

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

Color convert

RGB 217 21 235 -
CMYK 0.08 0.91 0 0.08
HSL 294.95º 0.84% 0.5% -
HSV(B) 294.95º 0.91% 0.92% -
XYZ 43.88 21.29 80.39 -
YUV 104 201.93 208.6 -
System Red Green Blue C M Y K H S L
Decimal 217 21 235 0.08 0.91 0 0.08 294.95 0.84 0.5
Hex D9 15 EB 8 5B 0 8 127 54 32
Octal 331 25 353 10 133 0 10 447 124 62
Binary 11011001 10101 11101011 1000 1011011 0 1000 100100111 1010100 110010

Color Harmonies of #D915EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D915EB

Black with #D915EB

Text Example


Text Example

White with #D915EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D915EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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