Html Css Color HEX #D004E9 Psychedelic Purple

📋 copy color: '#D004E9'

red 208 ◦ green 4 ◦ blue 233

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

Shades of Psychedelic Purple #D004E9

Tints of Psychedelic Purple #D004E9

RGB

 RED value IS 208 (81.64% from 255) = 46.74%

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

 BLUE value IS 233 (91.41% from 255) = 52.36%

R = 46.74%
G = 0.9%
B = 52.36%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D004E9 (or 0xD004E9) is known color: Psychedelic Purple. HEX triplet: D0, 04 and E9. RGB value is (208,4,233). Sum of RGB (Red+Green+Blue) = 208+4+233=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #D004E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D004E9 is #2FFB16. Grayscale: #5A5A5A. Windows color (decimal): -3144471 or 15271120. OLE color: 15271120.

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

Color convert

RGB 208 4 233 -
CMYK 0.11 0.98 0 0.09
HSL 293.45º 0.97% 0.46% -
HSV(B) 293.45º 0.98% 0.91% -
XYZ 40.76 19.38 78.68 -
YUV 91.1 208.09 211.38 -
System Red Green Blue C M Y K H S L
Decimal 208 4 233 0.11 0.98 0 0.09 293.45 0.97 0.46
Hex D0 4 E9 B 62 0 9 125 61 2E
Octal 320 4 351 13 142 0 11 445 141 56
Binary 11010000 100 11101001 1011 1100010 0 1001 100100101 1100001 101110

Color Harmonies of #D004E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D004E9

Black with #D004E9

Text Example


Text Example

White with #D004E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D004E9; }

 p { color: rgb(208,4,233); }

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

background-color css

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

 a { background-color: rgb(208,4,233); }

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

border-color css

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

 span { border-color: rgb(208,4,233); }

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