Html Css Color HEX #D104EE Psychedelic Purple

📋 copy color: '#D104EE'

red 209 ◦ green 4 ◦ blue 238

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

Shades of Psychedelic Purple #D104EE

Tints of Psychedelic Purple #D104EE

RGB

 RED value IS 209 (82.03% from 255) = 46.34%

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

 BLUE value IS 238 (93.36% from 255) = 52.77%

R = 46.34%
G = 0.89%
B = 52.77%

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

#D104EE (or 0xD104EE) is known color: Psychedelic Purple. HEX triplet: D1, 04 and EE. RGB value is (209,4,238). Sum of RGB (Red+Green+Blue) = 209+4+238=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 4 (1.95% from 255 or 0.89% from 451); Blue value is 238 (93.36% from 255 or 52.77% from 451); Max value from RGB is 238 - color contains mainly: blue. Hex color #D104EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D104EE is #2EFB11. Grayscale: #5B5B5B. Windows color (decimal): -3078930 or 15598801. OLE color: 15598801.

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

Color convert

RGB 209 4 238 -
CMYK 0.12 0.98 0 0.07
HSL 292.56º 0.97% 0.47% -
HSV(B) 292.56º 0.98% 0.93% -
XYZ 41.77 19.82 82.51 -
YUV 91.97 210.42 211.47 -
System Red Green Blue C M Y K H S L
Decimal 209 4 238 0.12 0.98 0 0.07 292.56 0.97 0.47
Hex D1 4 EE C 62 0 7 125 61 2F
Octal 321 4 356 14 142 0 7 445 141 57
Binary 11010001 100 11101110 1100 1100010 0 111 100100101 1100001 101111

Color Harmonies of #D104EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D104EE

Black with #D104EE

Text Example


Text Example

White with #D104EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D104EE; }

 p { color: rgb(209,4,238); }

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

background-color css

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

 a { background-color: rgb(209,4,238); }

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

border-color css

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

 span { border-color: rgb(209,4,238); }

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