Html Css Color HEX #D815EE Psychedelic Purple

📋 copy color: '#D815EE'

red 216 ◦ green 21 ◦ blue 238

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

Shades of Psychedelic Purple #D815EE

Tints of Psychedelic Purple #D815EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 45.47%
G = 4.42%
B = 50.11%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D815EE (or 0xD815EE) is known color: Psychedelic Purple. HEX triplet: D8, 15 and EE. RGB value is (216,21,238). Sum of RGB (Red+Green+Blue) = 216+21+238=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 21 (8.59% from 255 or 4.42% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #D815EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D815EE is #27EA11. Grayscale: #676767. Windows color (decimal): -2615826 or 15603160. OLE color: 15603160.

HSL color Cylindrical-coordinate representation of color #D815EE: hue angle of 293.92º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D815EE is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 21 238 -
CMYK 0.09 0.91 0 0.07
HSL 293.92º 0.86% 0.51% -
HSV(B) 293.92º 0.91% 0.93% -
XYZ 44.02 21.31 82.68 -
YUV 104.04 203.6 207.86 -
System Red Green Blue C M Y K H S L
Decimal 216 21 238 0.09 0.91 0 0.07 293.92 0.86 0.51
Hex D8 15 EE 9 5B 0 7 126 56 33
Octal 330 25 356 11 133 0 7 446 126 63
Binary 11011000 10101 11101110 1001 1011011 0 111 100100110 1010110 110011

Color Harmonies of #D815EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815EE

Black with #D815EE

Text Example


Text Example

White with #D815EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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