Html Css Color HEX #D900EB Psychedelic Purple

📋 copy color: '#D900EB'

red 217 ◦ green 0 ◦ blue 235

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

Shades of Psychedelic Purple #D900EB

Tints of Psychedelic Purple #D900EB

RGB

 RED value IS 217 (85.16% from 255) = 48.01%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.01%
G = 0%
B = 51.99%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D900EB (or 0xD900EB) is known color: Psychedelic Purple. HEX triplet: D9, 00 and EB. RGB value is (217,0,235). Sum of RGB (Red+Green+Blue) = 217+0+235=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 0 (0.39% from 255 or 0% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #D900EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D900EB is #26FF14. Grayscale: #5A5A5A. Windows color (decimal): -2555669 or 15401177. OLE color: 15401177.

HSL color Cylindrical-coordinate representation of color #D900EB: hue angle of 295.4º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D900EB is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 0 235 -
CMYK 0.08 1 0 0.08
HSL 295.4º 1% 0.46% -
HSV(B) 295.4º 1% 0.92% -
XYZ 43.61 20.75 80.3 -
YUV 91.67 208.89 217.39 -
System Red Green Blue C M Y K H S L
Decimal 217 0 235 0.08 1 0 0.08 295.4 1 0.46
Hex D9 0 EB 8 64 0 8 127 64 2E
Octal 331 0 353 10 144 0 10 447 144 56
Binary 11011001 0 11101011 1000 1100100 0 1000 100100111 1100100 101110

Color Harmonies of #D900EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D900EB

Black with #D900EB

Text Example


Text Example

White with #D900EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D900EB; }

 p { color: rgb(217,0,235); }

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

background-color css

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

 a { background-color: rgb(217,0,235); }

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

border-color css

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

 span { border-color: rgb(217,0,235); }

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