Html Css Color HEX #D115EB Psychedelic Purple

📋 copy color: '#D115EB'

red 209 ◦ green 21 ◦ blue 235

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

Shades of Psychedelic Purple #D115EB

Tints of Psychedelic Purple #D115EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.54%

R = 44.95%
G = 4.52%
B = 50.54%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D115EB (or 0xD115EB) is known color: Psychedelic Purple. HEX triplet: D1, 15 and EB. RGB value is (209,21,235). Sum of RGB (Red+Green+Blue) = 209+21+235=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #D115EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D115EB is #2EEA14. Grayscale: #646464. Windows color (decimal): -3074581 or 15406545. OLE color: 15406545.

HSL color Cylindrical-coordinate representation of color #D115EB: hue angle of 292.71º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D115EB is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 21 235 -
CMYK 0.11 0.91 0 0.08
HSL 292.71º 0.84% 0.5% -
HSV(B) 292.71º 0.91% 0.92% -
XYZ 41.56 20.09 80.28 -
YUV 101.61 203.28 204.6 -
System Red Green Blue C M Y K H S L
Decimal 209 21 235 0.11 0.91 0 0.08 292.71 0.84 0.5
Hex D1 15 EB B 5B 0 8 125 54 32
Octal 321 25 353 13 133 0 10 445 124 62
Binary 11010001 10101 11101011 1011 1011011 0 1000 100100101 1010100 110010

Color Harmonies of #D115EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D115EB

Black with #D115EB

Text Example


Text Example

White with #D115EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D115EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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