Html Css Color HEX #D115EF Psychedelic Purple

📋 copy color: '#D115EF'

red 209 ◦ green 21 ◦ blue 239

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

Shades of Psychedelic Purple #D115EF

Tints of Psychedelic Purple #D115EF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.48%

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

R = 44.56%
G = 4.48%
B = 50.96%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D115EF (or 0xD115EF) is known color: Psychedelic Purple. HEX triplet: D1, 15 and EF. RGB value is (209,21,239). Sum of RGB (Red+Green+Blue) = 209+21+239=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 21 (8.59% from 255 or 4.48% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #D115EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D115EF is #2EEA10. Grayscale: #656565. Windows color (decimal): -3074577 or 15668689. OLE color: 15668689.

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

Color convert

RGB 209 21 239 -
CMYK 0.13 0.91 0 0.06
HSL 291.74º 0.87% 0.51% -
HSV(B) 291.74º 0.91% 0.94% -
XYZ 42.14 20.32 83.36 -
YUV 102.06 205.28 204.27 -
System Red Green Blue C M Y K H S L
Decimal 209 21 239 0.13 0.91 0 0.06 291.74 0.87 0.51
Hex D1 15 EF D 5B 0 6 124 57 33
Octal 321 25 357 15 133 0 6 444 127 63
Binary 11010001 10101 11101111 1101 1011011 0 110 100100100 1010111 110011

Color Harmonies of #D115EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D115EF

Black with #D115EF

Text Example


Text Example

White with #D115EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D115EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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