Html Css Color HEX #D816ED Psychedelic Purple

📋 copy color: '#D816ED'

red 216 ◦ green 22 ◦ blue 237

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

Shades of Psychedelic Purple #D816ED

Tints of Psychedelic Purple #D816ED

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.63%

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

R = 45.47%
G = 4.63%
B = 49.89%

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

#D816ED (or 0xD816ED) is known color: Psychedelic Purple. HEX triplet: D8, 16 and ED. RGB value is (216,22,237). Sum of RGB (Red+Green+Blue) = 216+22+237=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 22 (8.98% from 255 or 4.63% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #D816ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D816ED is #27E912. Grayscale: #676767. Windows color (decimal): -2615571 or 15537880. OLE color: 15537880.

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

Color convert

RGB 216 22 237 -
CMYK 0.09 0.91 0 0.07
HSL 294.14º 0.86% 0.51% -
HSV(B) 294.14º 0.91% 0.93% -
XYZ 43.89 21.29 81.92 -
YUV 104.52 202.77 207.52 -
System Red Green Blue C M Y K H S L
Decimal 216 22 237 0.09 0.91 0 0.07 294.14 0.86 0.51
Hex D8 16 ED 9 5B 0 7 126 56 33
Octal 330 26 355 11 133 0 7 446 126 63
Binary 11011000 10110 11101101 1001 1011011 0 111 100100110 1010110 110011

Color Harmonies of #D816ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D816ED

Black with #D816ED

Text Example


Text Example

White with #D816ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D816ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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