Html Css Color HEX #D115EA Psychedelic Purple

📋 copy color: '#D115EA'

red 209 ◦ green 21 ◦ blue 234

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

Shades of Psychedelic Purple #D115EA

Tints of Psychedelic Purple #D115EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 45.04%
G = 4.53%
B = 50.43%

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

#D115EA (or 0xD115EA) is known color: Psychedelic Purple. HEX triplet: D1, 15 and EA. RGB value is (209,21,234). Sum of RGB (Red+Green+Blue) = 209+21+234=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #D115EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D115EA is #2EEA15. Grayscale: #646464. Windows color (decimal): -3074582 or 15341009. OLE color: 15341009.

HSL color Cylindrical-coordinate representation of color #D115EA: hue angle of 292.96º 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 #D115EA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 209 21 234 -
CMYK 0.11 0.91 0 0.08
HSL 292.96º 0.84% 0.5% -
HSV(B) 292.96º 0.91% 0.92% -
XYZ 41.41 20.03 79.53 -
YUV 101.49 202.78 204.68 -
System Red Green Blue C M Y K H S L
Decimal 209 21 234 0.11 0.91 0 0.08 292.96 0.84 0.5
Hex D1 15 EA B 5B 0 8 125 54 32
Octal 321 25 352 13 133 0 10 445 124 62
Binary 11010001 10101 11101010 1011 1011011 0 1000 100100101 1010100 110010

Color Harmonies of #D115EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D115EA

Black with #D115EA

Text Example


Text Example

White with #D115EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D115EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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