Html Css Color HEX #D815EA Psychedelic Purple

📋 copy color: '#D815EA'

red 216 ◦ green 21 ◦ blue 234

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

Shades of Psychedelic Purple #D815EA

Tints of Psychedelic Purple #D815EA

RGB

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

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

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

R = 45.86%
G = 4.46%
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

#D815EA (or 0xD815EA) is known color: Psychedelic Purple. HEX triplet: D8, 15 and EA. RGB value is (216,21,234). Sum of RGB (Red+Green+Blue) = 216+21+234=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #D815EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D815EA is #27EA15. Grayscale: #666666. Windows color (decimal): -2615830 or 15341016. OLE color: 15341016.

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

Color convert

RGB 216 21 234 -
CMYK 0.08 0.91 0 0.08
HSL 294.93º 0.84% 0.5% -
HSV(B) 294.93º 0.91% 0.92% -
XYZ 43.44 21.08 79.62 -
YUV 103.59 201.6 208.18 -
System Red Green Blue C M Y K H S L
Decimal 216 21 234 0.08 0.91 0 0.08 294.93 0.84 0.5
Hex D8 15 EA 8 5B 0 8 127 54 32
Octal 330 25 352 10 133 0 10 447 124 62
Binary 11011000 10101 11101010 1000 1011011 0 1000 100100111 1010100 110010

Color Harmonies of #D815EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815EA

Black with #D815EA

Text Example


Text Example

White with #D815EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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