Html Css Color HEX #D112EB Psychedelic Purple

📋 copy color: '#D112EB'

red 209 ◦ green 18 ◦ blue 235

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

Shades of Psychedelic Purple #D112EB

Tints of Psychedelic Purple #D112EB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.9%

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

R = 45.24%
G = 3.9%
B = 50.87%

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

#D112EB (or 0xD112EB) is known color: Psychedelic Purple. HEX triplet: D1, 12 and EB. RGB value is (209,18,235). Sum of RGB (Red+Green+Blue) = 209+18+235=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #D112EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D112EB is #2EED14. Grayscale: #636363. Windows color (decimal): -3075349 or 15405777. OLE color: 15405777.

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

Color convert

RGB 209 18 235 -
CMYK 0.11 0.92 0 0.08
HSL 292.81º 0.86% 0.5% -
HSV(B) 292.81º 0.92% 0.92% -
XYZ 41.51 19.99 80.27 -
YUV 99.85 204.28 205.86 -
System Red Green Blue C M Y K H S L
Decimal 209 18 235 0.11 0.92 0 0.08 292.81 0.86 0.5
Hex D1 12 EB B 5C 0 8 125 56 32
Octal 321 22 353 13 134 0 10 445 126 62
Binary 11010001 10010 11101011 1011 1011100 0 1000 100100101 1010110 110010

Color Harmonies of #D112EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D112EB

Black with #D112EB

Text Example


Text Example

White with #D112EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D112EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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