Html Css Color HEX #D314EE Psychedelic Purple

📋 copy color: '#D314EE'

red 211 ◦ green 20 ◦ blue 238

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

Shades of Psychedelic Purple #D314EE

Tints of Psychedelic Purple #D314EE

RGB

 RED value IS 211 (82.81% from 255) = 44.99%

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

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

R = 44.99%
G = 4.26%
B = 50.75%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D314EE (or 0xD314EE) is known color: Psychedelic Purple. HEX triplet: D3, 14 and EE. RGB value is (211,20,238). Sum of RGB (Red+Green+Blue) = 211+20+238=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 20 (8.20% from 255 or 4.26% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #D314EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D314EE is #2CEB11. Grayscale: #656565. Windows color (decimal): -2943762 or 15602899. OLE color: 15602899.

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

Color convert

RGB 211 20 238 -
CMYK 0.11 0.92 0 0.07
HSL 292.57º 0.87% 0.51% -
HSV(B) 292.57º 0.92% 0.93% -
XYZ 42.55 20.52 82.61 -
YUV 101.96 204.78 205.77 -
System Red Green Blue C M Y K H S L
Decimal 211 20 238 0.11 0.92 0 0.07 292.57 0.87 0.51
Hex D3 14 EE B 5C 0 7 125 57 33
Octal 323 24 356 13 134 0 7 445 127 63
Binary 11010011 10100 11101110 1011 1011100 0 111 100100101 1010111 110011

Color Harmonies of #D314EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314EE

Black with #D314EE

Text Example


Text Example

White with #D314EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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