Html Css Color HEX #D801ED Psychedelic Purple

📋 copy color: '#D801ED'

red 216 ◦ green 1 ◦ blue 237

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

Shades of Psychedelic Purple #D801ED

Tints of Psychedelic Purple #D801ED

RGB

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

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

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

R = 47.58%
G = 0.22%
B = 52.2%

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

#D801ED (or 0xD801ED) is known color: Psychedelic Purple. HEX triplet: D8, 01 and ED. RGB value is (216,1,237). Sum of RGB (Red+Green+Blue) = 216+1+237=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #D801ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D801ED is #27FE12. Grayscale: #5B5B5B. Windows color (decimal): -2620947 or 15532504. OLE color: 15532504.

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

Color convert

RGB 216 1 237 -
CMYK 0.09 1.00 0 0.07
HSL 294.66º 0.99% 0.47% -
HSV(B) 294.66º 1% 0.93% -
XYZ 43.62 20.74 81.82 -
YUV 92.19 209.73 216.31 -
System Red Green Blue C M Y K H S L
Decimal 216 1 237 0.09 1.00 0 0.07 294.66 0.99 0.47
Hex D8 1 ED 9 64 0 7 127 63 2F
Octal 330 1 355 11 144 0 7 447 143 57
Binary 11011000 1 11101101 1001 1100100 0 111 100100111 1100011 101111

Color Harmonies of #D801ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D801ED

Black with #D801ED

Text Example


Text Example

White with #D801ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D801ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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