Html Css Color HEX #D316EE Psychedelic Purple

📋 copy color: '#D316EE'

red 211 ◦ green 22 ◦ blue 238

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

Shades of Psychedelic Purple #D316EE

Tints of Psychedelic Purple #D316EE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.67%

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

R = 44.8%
G = 4.67%
B = 50.53%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D316EE (or 0xD316EE) is known color: Psychedelic Purple. HEX triplet: D3, 16 and EE. RGB value is (211,22,238). Sum of RGB (Red+Green+Blue) = 211+22+238=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #D316EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D316EE is #2CE911. Grayscale: #666666. Windows color (decimal): -2943250 or 15603411. OLE color: 15603411.

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

Color convert

RGB 211 22 238 -
CMYK 0.11 0.91 0 0.07
HSL 292.5º 0.86% 0.51% -
HSV(B) 292.5º 0.91% 0.93% -
XYZ 42.58 20.6 82.62 -
YUV 103.14 204.12 204.94 -
System Red Green Blue C M Y K H S L
Decimal 211 22 238 0.11 0.91 0 0.07 292.5 0.86 0.51
Hex D3 16 EE B 5B 0 7 124 56 33
Octal 323 26 356 13 133 0 7 444 126 63
Binary 11010011 10110 11101110 1011 1011011 0 111 100100100 1010110 110011

Color Harmonies of #D316EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D316EE

Black with #D316EE

Text Example


Text Example

White with #D316EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D316EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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