Html Css Color HEX #D815EF Psychedelic Purple

📋 copy color: '#D815EF'

red 216 ◦ green 21 ◦ blue 239

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

Shades of Psychedelic Purple #D815EF

Tints of Psychedelic Purple #D815EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 45.38%
G = 4.41%
B = 50.21%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D815EF (or 0xD815EF) is known color: Psychedelic Purple. HEX triplet: D8, 15 and EF. RGB value is (216,21,239). Sum of RGB (Red+Green+Blue) = 216+21+239=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #D815EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D815EF is #27EA10. Grayscale: #676767. Windows color (decimal): -2615825 or 15668696. OLE color: 15668696.

HSL color Cylindrical-coordinate representation of color #D815EF: hue angle of 293.67º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D815EF is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 21 239 -
CMYK 0.10 0.91 0 0.06
HSL 293.67º 0.87% 0.51% -
HSV(B) 293.67º 0.91% 0.94% -
XYZ 44.17 21.37 83.46 -
YUV 104.16 204.1 207.77 -
System Red Green Blue C M Y K H S L
Decimal 216 21 239 0.10 0.91 0 0.06 293.67 0.87 0.51
Hex D8 15 EF A 5B 0 6 126 57 33
Octal 330 25 357 12 133 0 6 446 127 63
Binary 11011000 10101 11101111 1010 1011011 0 110 100100110 1010111 110011

Color Harmonies of #D815EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815EF

Black with #D815EF

Text Example


Text Example

White with #D815EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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