Html Css Color HEX #D815ED Psychedelic Purple

📋 copy color: '#D815ED'

red 216 ◦ green 21 ◦ blue 237

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

Shades of Psychedelic Purple #D815ED

Tints of Psychedelic Purple #D815ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50%

R = 45.57%
G = 4.43%
B = 50%

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

#D815ED (or 0xD815ED) is known color: Psychedelic Purple. HEX triplet: D8, 15 and ED. RGB value is (216,21,237). Sum of RGB (Red+Green+Blue) = 216+21+237=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #D815ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D815ED is #27EA12. Grayscale: #676767. Windows color (decimal): -2615827 or 15537624. OLE color: 15537624.

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

Color convert

RGB 216 21 237 -
CMYK 0.09 0.91 0 0.07
HSL 294.17º 0.86% 0.51% -
HSV(B) 294.17º 0.91% 0.93% -
XYZ 43.87 21.25 81.91 -
YUV 103.93 203.1 207.94 -
System Red Green Blue C M Y K H S L
Decimal 216 21 237 0.09 0.91 0 0.07 294.17 0.86 0.51
Hex D8 15 ED 9 5B 0 7 126 56 33
Octal 330 25 355 11 133 0 7 446 126 63
Binary 11011000 10101 11101101 1001 1011011 0 111 100100110 1010110 110011

Color Harmonies of #D815ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D815ED

Black with #D815ED

Text Example


Text Example

White with #D815ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D815ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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