Html Css Color HEX #D114EA Psychedelic Purple

📋 copy color: '#D114EA'

red 209 ◦ green 20 ◦ blue 234

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

Shades of Psychedelic Purple #D114EA

Tints of Psychedelic Purple #D114EA

RGB

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

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

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

R = 45.14%
G = 4.32%
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

#D114EA (or 0xD114EA) is known color: Psychedelic Purple. HEX triplet: D1, 14 and EA. RGB value is (209,20,234). Sum of RGB (Red+Green+Blue) = 209+20+234=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #D114EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D114EA is #2EEB15. Grayscale: #646464. Windows color (decimal): -3074838 or 15340753. OLE color: 15340753.

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

Color convert

RGB 209 20 234 -
CMYK 0.11 0.91 0 0.08
HSL 292.99º 0.84% 0.5% -
HSV(B) 292.99º 0.91% 0.92% -
XYZ 41.4 20 79.52 -
YUV 100.91 203.12 205.1 -
System Red Green Blue C M Y K H S L
Decimal 209 20 234 0.11 0.91 0 0.08 292.99 0.84 0.5
Hex D1 14 EA B 5B 0 8 125 54 32
Octal 321 24 352 13 133 0 10 445 124 62
Binary 11010001 10100 11101010 1011 1011011 0 1000 100100101 1010100 110010

Color Harmonies of #D114EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D114EA

Black with #D114EA

Text Example


Text Example

White with #D114EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D114EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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