Html Css Color HEX #D814ED Psychedelic Purple

📋 copy color: '#D814ED'

red 216 ◦ green 20 ◦ blue 237

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

Shades of Psychedelic Purple #D814ED

Tints of Psychedelic Purple #D814ED

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.23%

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

R = 45.67%
G = 4.23%
B = 50.11%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D814ED (or 0xD814ED) is known color: Psychedelic Purple. HEX triplet: D8, 14 and ED. RGB value is (216,20,237). Sum of RGB (Red+Green+Blue) = 216+20+237=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #D814ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D814ED is #27EB12. Grayscale: #666666. Windows color (decimal): -2616083 or 15537368. OLE color: 15537368.

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

Color convert

RGB 216 20 237 -
CMYK 0.09 0.92 0 0.07
HSL 294.19º 0.86% 0.5% -
HSV(B) 294.19º 0.92% 0.93% -
XYZ 43.86 21.21 81.9 -
YUV 103.34 203.43 208.36 -
System Red Green Blue C M Y K H S L
Decimal 216 20 237 0.09 0.92 0 0.07 294.19 0.86 0.5
Hex D8 14 ED 9 5C 0 7 126 56 32
Octal 330 24 355 11 134 0 7 446 126 62
Binary 11011000 10100 11101101 1001 1011100 0 111 100100110 1010110 110010

Color Harmonies of #D814ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814ED

Black with #D814ED

Text Example


Text Example

White with #D814ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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