Html Css Color HEX #D004EC Psychedelic Purple

📋 copy color: '#D004EC'

red 208 ◦ green 4 ◦ blue 236

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

Shades of Psychedelic Purple #D004EC

Tints of Psychedelic Purple #D004EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 52.68%

R = 46.43%
G = 0.89%
B = 52.68%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D004EC (or 0xD004EC) is known color: Psychedelic Purple. HEX triplet: D0, 04 and EC. RGB value is (208,4,236). Sum of RGB (Red+Green+Blue) = 208+4+236=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 4 (1.95% from 255 or 0.89% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #D004EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D004EC is #2FFB13. Grayscale: #5A5A5A. Windows color (decimal): -3144468 or 15467728. OLE color: 15467728.

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

Color convert

RGB 208 4 236 -
CMYK 0.12 0.98 0 0.07
HSL 292.76º 0.97% 0.47% -
HSV(B) 292.76º 0.98% 0.93% -
XYZ 41.2 19.55 80.96 -
YUV 91.44 209.59 211.14 -
System Red Green Blue C M Y K H S L
Decimal 208 4 236 0.12 0.98 0 0.07 292.76 0.97 0.47
Hex D0 4 EC C 62 0 7 125 61 2F
Octal 320 4 354 14 142 0 7 445 141 57
Binary 11010000 100 11101100 1100 1100010 0 111 100100101 1100001 101111

Color Harmonies of #D004EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D004EC

Black with #D004EC

Text Example


Text Example

White with #D004EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D004EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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