Html Css Color HEX #D312EB Psychedelic Purple

📋 copy color: '#D312EB'

red 211 ◦ green 18 ◦ blue 235

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

Shades of Psychedelic Purple #D312EB

Tints of Psychedelic Purple #D312EB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.88%

 BLUE value IS 235 (92.19% from 255) = 50.65%

R = 45.47%
G = 3.88%
B = 50.65%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D312EB (or 0xD312EB) is known color: Psychedelic Purple. HEX triplet: D3, 12 and EB. RGB value is (211,18,235). Sum of RGB (Red+Green+Blue) = 211+18+235=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 18 (7.42% from 255 or 3.88% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #D312EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D312EB is #2CED14. Grayscale: #636363. Windows color (decimal): -2944277 or 15405779. OLE color: 15405779.

HSL color Cylindrical-coordinate representation of color #D312EB: hue angle of 293.36º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D312EB is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 18 235 -
CMYK 0.10 0.92 0 0.08
HSL 293.36º 0.86% 0.5% -
HSV(B) 293.36º 0.92% 0.92% -
XYZ 42.08 20.28 80.29 -
YUV 100.45 203.94 206.86 -
System Red Green Blue C M Y K H S L
Decimal 211 18 235 0.10 0.92 0 0.08 293.36 0.86 0.5
Hex D3 12 EB A 5C 0 8 125 56 32
Octal 323 22 353 12 134 0 10 445 126 62
Binary 11010011 10010 11101011 1010 1011100 0 1000 100100101 1010110 110010

Color Harmonies of #D312EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D312EB

Black with #D312EB

Text Example


Text Example

White with #D312EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D312EB; }

 p { color: rgb(211,18,235); }

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

background-color css

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

 a { background-color: rgb(211,18,235); }

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

border-color css

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

 span { border-color: rgb(211,18,235); }

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