Html Css Color HEX #D114EE Psychedelic Purple

📋 copy color: '#D114EE'

red 209 ◦ green 20 ◦ blue 238

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

Shades of Psychedelic Purple #D114EE

Tints of Psychedelic Purple #D114EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.96%

R = 44.75%
G = 4.28%
B = 50.96%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D114EE (or 0xD114EE) is known color: Psychedelic Purple. HEX triplet: D1, 14 and EE. RGB value is (209,20,238). Sum of RGB (Red+Green+Blue) = 209+20+238=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #D114EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D114EE is #2EEB11. Grayscale: #646464. Windows color (decimal): -3074834 or 15602897. OLE color: 15602897.

HSL color Cylindrical-coordinate representation of color #D114EE: hue angle of 292.02º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D114EE is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 20 238 -
CMYK 0.12 0.92 0 0.07
HSL 292.02º 0.87% 0.51% -
HSV(B) 292.02º 0.92% 0.93% -
XYZ 41.98 20.23 82.58 -
YUV 101.36 205.12 204.77 -
System Red Green Blue C M Y K H S L
Decimal 209 20 238 0.12 0.92 0 0.07 292.02 0.87 0.51
Hex D1 14 EE C 5C 0 7 124 57 33
Octal 321 24 356 14 134 0 7 444 127 63
Binary 11010001 10100 11101110 1100 1011100 0 111 100100100 1010111 110011

Color Harmonies of #D114EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D114EE

Black with #D114EE

Text Example


Text Example

White with #D114EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D114EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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