Html Css Color HEX #D815EC Psychedelic Purple

📋 copy color: '#D815EC'

red 216 ◦ green 21 ◦ blue 236

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

Shades of Psychedelic Purple #D815EC

Tints of Psychedelic Purple #D815EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 45.67%
G = 4.44%
B = 49.89%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D815EC (or 0xD815EC) is known color: Psychedelic Purple. HEX triplet: D8, 15 and EC. RGB value is (216,21,236). Sum of RGB (Red+Green+Blue) = 216+21+236=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 21 (8.59% from 255 or 4.44% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #D815EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D815EC is #27EA13. Grayscale: #676767. Windows color (decimal): -2615828 or 15472088. OLE color: 15472088.

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

Color convert

RGB 216 21 236 -
CMYK 0.08 0.91 0 0.07
HSL 294.42º 0.85% 0.5% -
HSV(B) 294.42º 0.91% 0.93% -
XYZ 43.73 21.19 81.14 -
YUV 103.82 202.6 208.02 -
System Red Green Blue C M Y K H S L
Decimal 216 21 236 0.08 0.91 0 0.07 294.42 0.85 0.5
Hex D8 15 EC 8 5B 0 7 126 55 32
Octal 330 25 354 10 133 0 7 446 125 62
Binary 11011000 10101 11101100 1000 1011011 0 111 100100110 1010101 110010

Color Harmonies of #D815EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815EC

Black with #D815EC

Text Example


Text Example

White with #D815EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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