Html Css Color HEX #D904EB Psychedelic Purple

📋 copy color: '#D904EB'

red 217 ◦ green 4 ◦ blue 235

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

Shades of Psychedelic Purple #D904EB

Tints of Psychedelic Purple #D904EB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.88%

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

R = 47.59%
G = 0.88%
B = 51.54%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D904EB (or 0xD904EB) is known color: Psychedelic Purple. HEX triplet: D9, 04 and EB. RGB value is (217,4,235). Sum of RGB (Red+Green+Blue) = 217+4+235=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 4 (1.95% from 255 or 0.88% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #D904EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D904EB is #26FB14. Grayscale: #5D5D5D. Windows color (decimal): -2554645 or 15402201. OLE color: 15402201.

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

Color convert

RGB 217 4 235 -
CMYK 0.08 0.98 0 0.08
HSL 295.32º 0.97% 0.47% -
HSV(B) 295.32º 0.98% 0.92% -
XYZ 43.65 20.84 80.32 -
YUV 94.02 207.57 215.72 -
System Red Green Blue C M Y K H S L
Decimal 217 4 235 0.08 0.98 0 0.08 295.32 0.97 0.47
Hex D9 4 EB 8 62 0 8 127 61 2F
Octal 331 4 353 10 142 0 10 447 141 57
Binary 11011001 100 11101011 1000 1100010 0 1000 100100111 1100001 101111

Color Harmonies of #D904EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D904EB

Black with #D904EB

Text Example


Text Example

White with #D904EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D904EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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