Html Css Color HEX #D114EB Psychedelic Purple

📋 copy color: '#D114EB'

red 209 ◦ green 20 ◦ blue 235

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

Shades of Psychedelic Purple #D114EB

Tints of Psychedelic Purple #D114EB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.31%

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

R = 45.04%
G = 4.31%
B = 50.65%

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

#D114EB (or 0xD114EB) is known color: Psychedelic Purple. HEX triplet: D1, 14 and EB. RGB value is (209,20,235). Sum of RGB (Red+Green+Blue) = 209+20+235=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #D114EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D114EB is #2EEB14. Grayscale: #646464. Windows color (decimal): -3074837 or 15406289. OLE color: 15406289.

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

Color convert

RGB 209 20 235 -
CMYK 0.11 0.91 0 0.08
HSL 292.74º 0.84% 0.5% -
HSV(B) 292.74º 0.91% 0.92% -
XYZ 41.54 20.05 80.28 -
YUV 101.02 203.62 205.02 -
System Red Green Blue C M Y K H S L
Decimal 209 20 235 0.11 0.91 0 0.08 292.74 0.84 0.5
Hex D1 14 EB B 5B 0 8 125 54 32
Octal 321 24 353 13 133 0 10 445 124 62
Binary 11010001 10100 11101011 1011 1011011 0 1000 100100101 1010100 110010

Color Harmonies of #D114EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D114EB

Black with #D114EB

Text Example


Text Example

White with #D114EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D114EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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