Html Css Color HEX #D900EA Psychedelic Purple

📋 copy color: '#D900EA'

red 217 ◦ green 0 ◦ blue 234

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

Shades of Psychedelic Purple #D900EA

Tints of Psychedelic Purple #D900EA

RGB

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

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

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

R = 48.12%
G = 0%
B = 51.88%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D900EA (or 0xD900EA) is known color: Psychedelic Purple. HEX triplet: D9, 00 and EA. RGB value is (217,0,234). Sum of RGB (Red+Green+Blue) = 217+0+234=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #D900EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D900EA is #26FF15. Grayscale: #5A5A5A. Windows color (decimal): -2555670 or 15335641. OLE color: 15335641.

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

Color convert

RGB 217 0 234 -
CMYK 0.07 1 0 0.08
HSL 295.64º 1% 0.46% -
HSV(B) 295.64º 1% 0.92% -
XYZ 43.47 20.69 79.54 -
YUV 91.56 208.39 217.47 -
System Red Green Blue C M Y K H S L
Decimal 217 0 234 0.07 1 0 0.08 295.64 1 0.46
Hex D9 0 EA 7 64 0 8 128 64 2E
Octal 331 0 352 7 144 0 10 450 144 56
Binary 11011001 0 11101010 111 1100100 0 1000 100101000 1100100 101110

Color Harmonies of #D900EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D900EA

Black with #D900EA

Text Example


Text Example

White with #D900EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D900EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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