Html Css Color HEX #D113EB Psychedelic Purple

📋 copy color: '#D113EB'

red 209 ◦ green 19 ◦ blue 235

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

Shades of Psychedelic Purple #D113EB

Tints of Psychedelic Purple #D113EB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.1%

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

R = 45.14%
G = 4.1%
B = 50.76%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D113EB (or 0xD113EB) is known color: Psychedelic Purple. HEX triplet: D1, 13 and EB. RGB value is (209,19,235). Sum of RGB (Red+Green+Blue) = 209+19+235=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #D113EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D113EB is #2EEC14. Grayscale: #636363. Windows color (decimal): -3075093 or 15406033. OLE color: 15406033.

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

Color convert

RGB 209 19 235 -
CMYK 0.11 0.92 0 0.08
HSL 292.78º 0.85% 0.5% -
HSV(B) 292.78º 0.92% 0.92% -
XYZ 41.52 20.02 80.27 -
YUV 100.43 203.95 205.44 -
System Red Green Blue C M Y K H S L
Decimal 209 19 235 0.11 0.92 0 0.08 292.78 0.85 0.5
Hex D1 13 EB B 5C 0 8 125 55 32
Octal 321 23 353 13 134 0 10 445 125 62
Binary 11010001 10011 11101011 1011 1011100 0 1000 100100101 1010101 110010

Color Harmonies of #D113EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D113EB

Black with #D113EB

Text Example


Text Example

White with #D113EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D113EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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