Html Css Color HEX #D814EB Psychedelic Purple

📋 copy color: '#D814EB'

red 216 ◦ green 20 ◦ blue 235

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

Shades of Psychedelic Purple #D814EB

Tints of Psychedelic Purple #D814EB

RGB

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

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

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

R = 45.86%
G = 4.25%
B = 49.89%

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

#D814EB (or 0xD814EB) is known color: Psychedelic Purple. HEX triplet: D8, 14 and EB. RGB value is (216,20,235). Sum of RGB (Red+Green+Blue) = 216+20+235=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 20 (8.20% from 255 or 4.25% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #D814EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D814EB is #27EB14. Grayscale: #666666. Windows color (decimal): -2616085 or 15406296. OLE color: 15406296.

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

Color convert

RGB 216 20 235 -
CMYK 0.08 0.91 0 0.08
HSL 294.7º 0.84% 0.5% -
HSV(B) 294.7º 0.91% 0.92% -
XYZ 43.56 21.1 80.37 -
YUV 103.11 202.43 208.52 -
System Red Green Blue C M Y K H S L
Decimal 216 20 235 0.08 0.91 0 0.08 294.7 0.84 0.5
Hex D8 14 EB 8 5B 0 8 127 54 32
Octal 330 24 353 10 133 0 10 447 124 62
Binary 11011000 10100 11101011 1000 1011011 0 1000 100100111 1010100 110010

Color Harmonies of #D814EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D814EB

Black with #D814EB

Text Example


Text Example

White with #D814EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D814EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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