Html Css Color HEX #D915E5 Psychedelic Purple

📋 copy color: '#D915E5'

red 217 ◦ green 21 ◦ blue 229

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

Shades of Psychedelic Purple #D915E5

Tints of Psychedelic Purple #D915E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.04%

R = 46.47%
G = 4.5%
B = 49.04%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D915E5 (or 0xD915E5) is known color: Psychedelic Purple. HEX triplet: D9, 15 and E5. RGB value is (217,21,229). Sum of RGB (Red+Green+Blue) = 217+21+229=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 21 (8.59% from 255 or 4.50% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #D915E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D915E5 is #26EA1A. Grayscale: #666666. Windows color (decimal): -2550299 or 15013337. OLE color: 15013337.

HSL color Cylindrical-coordinate representation of color #D915E5: hue angle of 296.54º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D915E5 is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 217 21 229 -
CMYK 0.05 0.91 0 0.10
HSL 296.54º 0.83% 0.49% -
HSV(B) 296.54º 0.91% 0.9% -
XYZ 43.03 20.95 75.9 -
YUV 103.32 198.93 209.09 -
System Red Green Blue C M Y K H S L
Decimal 217 21 229 0.05 0.91 0 0.10 296.54 0.83 0.49
Hex D9 15 E5 5 5B 0 A 129 53 31
Octal 331 25 345 5 133 0 12 451 123 61
Binary 11011001 10101 11100101 101 1011011 0 1010 100101001 1010011 110001

Color Harmonies of #D915E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D915E5

Black with #D915E5

Text Example


Text Example

White with #D915E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D915E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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