Html Css Color HEX #D801EE Psychedelic Purple

📋 copy color: '#D801EE'

red 216 ◦ green 1 ◦ blue 238

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

Shades of Psychedelic Purple #D801EE

Tints of Psychedelic Purple #D801EE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 238 (93.36% from 255) = 52.31%

R = 47.47%
G = 0.22%
B = 52.31%

CMYK

 C value IS 0.09

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D801EE (or 0xD801EE) is known color: Psychedelic Purple. HEX triplet: D8, 01 and EE. RGB value is (216,1,238). Sum of RGB (Red+Green+Blue) = 216+1+238=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 1 (0.78% from 255 or 0.22% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #D801EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D801EE is #27FE11. Grayscale: #5B5B5B. Windows color (decimal): -2620946 or 15598040. OLE color: 15598040.

HSL color Cylindrical-coordinate representation of color #D801EE: hue angle of 294.43º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801EE is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 1 238 -
CMYK 0.09 1.00 0 0.07
HSL 294.43º 0.99% 0.47% -
HSV(B) 294.43º 1% 0.93% -
XYZ 43.76 20.79 82.6 -
YUV 92.3 210.23 216.23 -
System Red Green Blue C M Y K H S L
Decimal 216 1 238 0.09 1.00 0 0.07 294.43 0.99 0.47
Hex D8 1 EE 9 64 0 7 126 63 2F
Octal 330 1 356 11 144 0 7 446 143 57
Binary 11011000 1 11101110 1001 1100100 0 111 100100110 1100011 101111

Color Harmonies of #D801EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D801EE

Black with #D801EE

Text Example


Text Example

White with #D801EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D801EE; }

 p { color: rgb(216,1,238); }

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

background-color css

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

 a { background-color: rgb(216,1,238); }

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

border-color css

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

 span { border-color: rgb(216,1,238); }

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