Html Css Color HEX #D312EF Psychedelic Purple

📋 copy color: '#D312EF'

red 211 ◦ green 18 ◦ blue 239

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

Shades of Psychedelic Purple #D312EF

Tints of Psychedelic Purple #D312EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.07%

R = 45.09%
G = 3.85%
B = 51.07%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D312EF (or 0xD312EF) is known color: Psychedelic Purple. HEX triplet: D3, 12 and EF. RGB value is (211,18,239). Sum of RGB (Red+Green+Blue) = 211+18+239=468 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.09% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #D312EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D312EF is #2CED10. Grayscale: #646464. Windows color (decimal): -2944273 or 15667923. OLE color: 15667923.

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

Color convert

RGB 211 18 239 -
CMYK 0.12 0.92 0 0.06
HSL 292.4º 0.87% 0.5% -
HSV(B) 292.4º 0.92% 0.94% -
XYZ 42.66 20.51 83.37 -
YUV 100.9 205.94 206.53 -
System Red Green Blue C M Y K H S L
Decimal 211 18 239 0.12 0.92 0 0.06 292.4 0.87 0.5
Hex D3 12 EF C 5C 0 6 124 57 32
Octal 323 22 357 14 134 0 6 444 127 62
Binary 11010011 10010 11101111 1100 1011100 0 110 100100100 1010111 110010

Color Harmonies of #D312EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D312EF

Black with #D312EF

Text Example


Text Example

White with #D312EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D312EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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