Html Css Color HEX #D815EB Psychedelic Purple

📋 copy color: '#D815EB'

red 216 ◦ green 21 ◦ blue 235

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

Shades of Psychedelic Purple #D815EB

Tints of Psychedelic Purple #D815EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.79%

R = 45.76%
G = 4.45%
B = 49.79%

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

#D815EB (or 0xD815EB) is known color: Psychedelic Purple. HEX triplet: D8, 15 and EB. RGB value is (216,21,235). Sum of RGB (Red+Green+Blue) = 216+21+235=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #D815EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D815EB is #27EA14. Grayscale: #676767. Windows color (decimal): -2615829 or 15406552. OLE color: 15406552.

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

Color convert

RGB 216 21 235 -
CMYK 0.08 0.91 0 0.08
HSL 294.67º 0.84% 0.5% -
HSV(B) 294.67º 0.91% 0.92% -
XYZ 43.58 21.13 80.38 -
YUV 103.7 202.1 208.1 -
System Red Green Blue C M Y K H S L
Decimal 216 21 235 0.08 0.91 0 0.08 294.67 0.84 0.5
Hex D8 15 EB 8 5B 0 8 127 54 32
Octal 330 25 353 10 133 0 10 447 124 62
Binary 11011000 10101 11101011 1000 1011011 0 1000 100100111 1010100 110010

Color Harmonies of #D815EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815EB

Black with #D815EB

Text Example


Text Example

White with #D815EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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