Html Css Color HEX #D314EA Psychedelic Purple

📋 copy color: '#D314EA'

red 211 ◦ green 20 ◦ blue 234

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

Shades of Psychedelic Purple #D314EA

Tints of Psychedelic Purple #D314EA

RGB

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

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

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

R = 45.38%
G = 4.3%
B = 50.32%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D314EA (or 0xD314EA) is known color: Psychedelic Purple. HEX triplet: D3, 14 and EA. RGB value is (211,20,234). Sum of RGB (Red+Green+Blue) = 211+20+234=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #D314EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D314EA is #2CEB15. Grayscale: #646464. Windows color (decimal): -2943766 or 15340755. OLE color: 15340755.

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

Color convert

RGB 211 20 234 -
CMYK 0.10 0.91 0 0.08
HSL 293.55º 0.84% 0.5% -
HSV(B) 293.55º 0.91% 0.92% -
XYZ 41.97 20.29 79.55 -
YUV 101.51 202.78 206.1 -
System Red Green Blue C M Y K H S L
Decimal 211 20 234 0.10 0.91 0 0.08 293.55 0.84 0.5
Hex D3 14 EA A 5B 0 8 126 54 32
Octal 323 24 352 12 133 0 10 446 124 62
Binary 11010011 10100 11101010 1010 1011011 0 1000 100100110 1010100 110010

Color Harmonies of #D314EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D314EA

Black with #D314EA

Text Example


Text Example

White with #D314EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D314EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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