Html Css Color HEX #D815E5 Psychedelic Purple

📋 copy color: '#D815E5'

red 216 ◦ green 21 ◦ blue 229

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

Shades of Psychedelic Purple #D815E5

Tints of Psychedelic Purple #D815E5

RGB

 RED value IS 216 (84.77% from 255) = 46.35%

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

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

R = 46.35%
G = 4.51%
B = 49.14%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D815E5 (or 0xD815E5) is known color: Psychedelic Purple. HEX triplet: D8, 15 and E5. RGB value is (216,21,229). Sum of RGB (Red+Green+Blue) = 216+21+229=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #D815E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D815E5 is #27EA1A. Grayscale: #666666. Windows color (decimal): -2615835 or 15013336. OLE color: 15013336.

HSL color Cylindrical-coordinate representation of color #D815E5: hue angle of 296.25º 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 #D815E5 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 21 229 -
CMYK 0.06 0.91 0 0.10
HSL 296.25º 0.83% 0.49% -
HSV(B) 296.25º 0.91% 0.9% -
XYZ 42.73 20.79 75.89 -
YUV 103.02 199.1 208.59 -
System Red Green Blue C M Y K H S L
Decimal 216 21 229 0.06 0.91 0 0.10 296.25 0.83 0.49
Hex D8 15 E5 6 5B 0 A 128 53 31
Octal 330 25 345 6 133 0 12 450 123 61
Binary 11011000 10101 11100101 110 1011011 0 1010 100101000 1010011 110001

Color Harmonies of #D815E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815E5

Black with #D815E5

Text Example


Text Example

White with #D815E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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