Html Css Color HEX #D904EF Psychedelic Purple

📋 copy color: '#D904EF'

red 217 ◦ green 4 ◦ blue 239

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

Shades of Psychedelic Purple #D904EF

Tints of Psychedelic Purple #D904EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.96%

R = 47.17%
G = 0.87%
B = 51.96%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D904EF (or 0xD904EF) is known color: Psychedelic Purple. HEX triplet: D9, 04 and EF. RGB value is (217,4,239). Sum of RGB (Red+Green+Blue) = 217+4+239=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 4 (1.95% from 255 or 0.87% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #D904EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D904EF is #26FB10. Grayscale: #5D5D5D. Windows color (decimal): -2554641 or 15664345. OLE color: 15664345.

HSL color Cylindrical-coordinate representation of color #D904EF: hue angle of 294.38º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D904EF is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 4 239 -
CMYK 0.09 0.98 0 0.06
HSL 294.38º 0.97% 0.48% -
HSV(B) 294.38º 0.98% 0.94% -
XYZ 44.24 21.07 83.4 -
YUV 94.48 209.57 215.39 -
System Red Green Blue C M Y K H S L
Decimal 217 4 239 0.09 0.98 0 0.06 294.38 0.97 0.48
Hex D9 4 EF 9 62 0 6 126 61 30
Octal 331 4 357 11 142 0 6 446 141 60
Binary 11011001 100 11101111 1001 1100010 0 110 100100110 1100001 110000

Color Harmonies of #D904EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D904EF

Black with #D904EF

Text Example


Text Example

White with #D904EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D904EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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