Html Css Color HEX #D814EA Psychedelic Purple

📋 copy color: '#D814EA'

red 216 ◦ green 20 ◦ blue 234

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

Shades of Psychedelic Purple #D814EA

Tints of Psychedelic Purple #D814EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 45.96%
G = 4.26%
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

#D814EA (or 0xD814EA) is known color: Psychedelic Purple. HEX triplet: D8, 14 and EA. RGB value is (216,20,234). Sum of RGB (Red+Green+Blue) = 216+20+234=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 20 (8.20% from 255 or 4.26% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #D814EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D814EA is #27EB15. Grayscale: #666666. Windows color (decimal): -2616086 or 15340760. OLE color: 15340760.

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

Color convert

RGB 216 20 234 -
CMYK 0.08 0.91 0 0.08
HSL 294.95º 0.84% 0.5% -
HSV(B) 294.95º 0.91% 0.92% -
XYZ 43.42 21.04 79.61 -
YUV 103 201.93 208.6 -
System Red Green Blue C M Y K H S L
Decimal 216 20 234 0.08 0.91 0 0.08 294.95 0.84 0.5
Hex D8 14 EA 8 5B 0 8 127 54 32
Octal 330 24 352 10 133 0 10 447 124 62
Binary 11011000 10100 11101010 1000 1011011 0 1000 100100111 1010100 110010

Color Harmonies of #D814EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814EA

Black with #D814EA

Text Example


Text Example

White with #D814EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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