Html Css Color HEX #D10EEF Psychedelic Purple

📋 copy color: '#D10EEF'

red 209 ◦ green 14 ◦ blue 239

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

Shades of Psychedelic Purple #D10EEF

Tints of Psychedelic Purple #D10EEF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.03%

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

R = 45.24%
G = 3.03%
B = 51.73%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D10EEF (or 0xD10EEF) is known color: Psychedelic Purple. HEX triplet: D1, 0E and EF. RGB value is (209,14,239). Sum of RGB (Red+Green+Blue) = 209+14+239=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #D10EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D10EEF is #2EF110. Grayscale: #616161. Windows color (decimal): -3076369 or 15666897. OLE color: 15666897.

HSL color Cylindrical-coordinate representation of color #D10EEF: hue angle of 292º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10EEF is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 14 239 -
CMYK 0.13 0.94 0 0.06
HSL 292º 0.89% 0.5% -
HSV(B) 292º 0.94% 0.94% -
XYZ 42.03 20.1 83.33 -
YUV 97.96 207.6 207.2 -
System Red Green Blue C M Y K H S L
Decimal 209 14 239 0.13 0.94 0 0.06 292 0.89 0.5
Hex D1 E EF D 5E 0 6 124 59 32
Octal 321 16 357 15 136 0 6 444 131 62
Binary 11010001 1110 11101111 1101 1011110 0 110 100100100 1011001 110010

Color Harmonies of #D10EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10EEF

Black with #D10EEF

Text Example


Text Example

White with #D10EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10EEF; }

 p { color: rgb(209,14,239); }

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

background-color css

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

 a { background-color: rgb(209,14,239); }

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

border-color css

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

 span { border-color: rgb(209,14,239); }

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